#9A03EE

Color #9A03EE Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #9A03EE

Tints of Dark Violet #9A03EE

Color information

#9A03EE (or 0x9A03EE) is unknown color: approx Dark Violet. HEX triplet: 9A, 03 and EE. RGB value is (154,3,238). Sum of RGB (Red+Green+Blue) = 154+3+238=395 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.99% from 395); Green value is 3 (1.56% from 255 or 0.76% from 395); Blue value is 238 (93.36% from 255 or 60.25% from 395); Max value from RGB is 238 - color contains mainly: blue. Hex color #9A03EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A03EE is #65FC11. Grayscale: #4A4A4A. Windows color (decimal): -6683666 or 15598490. OLE color: 15598490.

HSL color Cylindrical-coordinate representation of color #9A03EE: hue angle of 278.55º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A03EE is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB1543238-
CMYK0.350.9900.07
HSL278.55º97.51%47.25%-
HSV(B)278.55º98.74%93.33%-
XYZ28.7913.1181.9-
YUV74.94220.03184.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 154 (60.55% from 255) = 38.99%
GREEN value IS 3 (1.56% from 255) = 0.76%
BLUE value IS 238 (93.36% from 255) = 60.25%
R=38.99%
G=0.76%
B=60.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal15432380.350.9900.07278.5597.5147.25
Hex9A3EE236307117622f
Octal2323356431430742714257
Binary100110101111101110100011110001101111000101111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A03EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A03EE; }

 p { color: rgb(154,3,238); }

 H1.HeaderClassName
 {
   color: #9A03EE;
 }
 .AnyTagClassName
 {
   color: #9A03EE;
 }
</style>
background-color css

<style>
 a { background-color: #9A03EE; }

 a { background-color: rgb(154,3,238); }

 div.DivClassName
 {
   background-color: #9A03EE;
 }
 .BgClassName
 {
   background-color: #9A03EE;
 }
</style>
border-color css

<style>
 span { border-color: #9A03EE; }

 span { border-color: rgb(154,3,238); }

 td.TdClassName
 {
   border-color: #9A03EE;
 }
 .TagClassName
 {
   border-color: #9A03EE;
 }
</style>