#9B0EE6

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

Shades of Dark Violet #9B0EE6

Tints of Dark Violet #9B0EE6

Color information

#9B0EE6 (or 0x9B0EE6) is unknown color: approx Dark Violet. HEX triplet: 9B, 0E and E6. RGB value is (155,14,230). Sum of RGB (Red+Green+Blue) = 155+14+230=399 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.85% from 399); Green value is 14 (5.86% from 255 or 3.51% from 399); Blue value is 230 (90.23% from 255 or 57.64% from 399); Max value from RGB is 230 - color contains mainly: blue. Hex color #9B0EE6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B0EE6 is #64F119. Grayscale: #505050. Windows color (decimal): -6615322 or 15077019. OLE color: 15077019.

HSL color Cylindrical-coordinate representation of color #9B0EE6: hue angle of 279.17º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B0EE6 is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB15514230-
CMYK0.330.9400.10
HSL279.17º88.52%47.84%-
HSV(B)279.17º93.91%90.2%-
XYZ27.961375.9-
YUV80.78212.21180.94-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.85%
GREEN value IS 14 (5.86% from 255) = 3.51%
BLUE value IS 230 (90.23% from 255) = 57.64%
R=38.85%
G=3.51%
B=57.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal155142300.330.9400.10279.1788.5247.84
Hex9BEE6215E0A1175930
Octal233163464113601242713160
Binary100110111110111001101000011011110010101000101111011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0EE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,14,230); }

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

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

 a { background-color: rgb(155,14,230); }

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

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

 span { border-color: rgb(155,14,230); }

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