#9E05D6

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

Shades of Dark Violet #9E05D6

Tints of Dark Violet #9E05D6

Color information

#9E05D6 (or 0x9E05D6) is unknown color: approx Dark Violet. HEX triplet: 9E, 05 and D6. RGB value is (158,5,214). Sum of RGB (Red+Green+Blue) = 158+5+214=377 (49% of max value = 765). Red value is 158 (62.11% from 255 or 41.91% from 377); Green value is 5 (2.34% from 255 or 1.33% from 377); Blue value is 214 (83.98% from 255 or 56.76% from 377); Max value from RGB is 214 - color contains mainly: blue. Hex color #9E05D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E05D6 is #61FA29. Grayscale: #494949. Windows color (decimal): -6421034 or 14026142. OLE color: 14026142.

HSL color Cylindrical-coordinate representation of color #9E05D6: hue angle of 283.92º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9E05D6 is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB1585214-
CMYK0.260.9800.16
HSL283.92º95.43%42.94%-
HSV(B)283.92º97.66%83.92%-
XYZ26.2912.2364.59-
YUV74.57206.69187.51-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.91%
GREEN value IS 5 (2.34% from 255) = 1.33%
BLUE value IS 214 (83.98% from 255) = 56.76%
R=41.91%
G=1.33%
B=56.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal15852140.260.9800.16283.9295.4342.94
Hex9E5D61A6201011c5f2b
Octal23653263214202043413753
Binary10011110101110101101101011000100100001000111001011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E05D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,5,214); }

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

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

 a { background-color: rgb(158,5,214); }

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

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

 span { border-color: rgb(158,5,214); }

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