#9E00B5

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

Shades of Dark Violet #9E00B5

Tints of Dark Violet #9E00B5

Color information

#9E00B5 (or 0x9E00B5) is unknown color: approx Dark Violet. HEX triplet: 9E, 00 and B5. RGB value is (158,0,181). Sum of RGB (Red+Green+Blue) = 158+0+181=339 (44% of max value = 765). Red value is 158 (62.11% from 255 or 46.61% from 339); Green value is 0 (0.39% from 255 or 0% from 339); Blue value is 181 (71.09% from 255 or 53.39% from 339); Max value from RGB is 181 - color contains mainly: blue. Hex color #9E00B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E00B5 is #61FF4A. Grayscale: #434343. Windows color (decimal): -6422347 or 11862174. OLE color: 11862174.

HSL color Cylindrical-coordinate representation of color #9E00B5: hue angle of 292.38º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9E00B5 is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1580181-
CMYK0.13100.29
HSL292.38º100%35.49%-
HSV(B)292.38º100%70.98%-
XYZ22.4410.6144.58-
YUV67.88191.85192.28-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 46.61%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 181 (71.09% from 255) = 53.39%
R=46.61%
G=0%
B=53.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal15801810.13100.29292.3810035.49
Hex9E0B5D6401D1246423
Octal23602651514403544414443
Binary10011110010110101110111001000111011001001001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E00B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,0,181); }

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

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

 a { background-color: rgb(158,0,181); }

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

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

 span { border-color: rgb(158,0,181); }

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