Shades of Dark Violet #9E00B8
Tints of Dark Violet #9E00B8
RGB
CMYK
RGB Variations
Color information
#9E00B8 (or 0x9E00B8) is known color: Dark Violet. HEX triplet: 9E, 00 and B8. RGB value is (158,0,184). Sum of RGB (Red+Green+Blue) = 158+0+184=342 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.20% from 342); Green value is 0 (0.39% from 255 or 0% from 342); Blue value is 184 (72.27% from 255 or 53.80% from 342); Max value from RGB is 184 - color contains mainly: blue. Hex color #9E00B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E00B8 is #61FF47. Grayscale: #434343. Windows color (decimal): -6422344 or 12058782. OLE color: 12058782.
HSL color Cylindrical-coordinate representation of color #9E00B8: hue angle of 291.52º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9E00B8 is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 158 | 0 | 184 | - |
| CMYK | 0.14 | 1 | 0 | 0.28 |
| HSL | 291.52º | 1% | 0.36% | - |
| HSV(B) | 291.52º | 1% | 0.72% | - |
| XYZ | 22.75 | 10.73 | 46.22 | - |
| YUV | 68.22 | 193.35 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 0 | 184 | 0.14 | 1 | 0 | 0.28 | 291.52 | 1 | 0.36 |
| Hex | 9E | 0 | B8 | E | 64 | 0 | 1C | 124 | 64 | 24 |
| Octal | 236 | 0 | 270 | 16 | 144 | 0 | 34 | 444 | 144 | 44 |
| Binary | 10011110 | 0 | 10111000 | 1110 | 1100100 | 0 | 11100 | 100100100 | 1100100 | 100100 |
Color Harmonies of #9E00B8
Complementary color
Monochromatic Colors of #9E00B8
Black with #9E00B8
Text Example
Text Example
White with #9E00B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E00B8; }
p { color: rgb(158,0,184); }
H1.HeaderClassName
{
color: #9E00B8;
}
.AnyTagClassName
{
color: #9E00B8;
}
</style>
background-color css
<style>
a { background-color: #9E00B8; }
a { background-color: rgb(158,0,184); }
div.DivClassName
{
background-color: #9E00B8;
}
.BgClassName
{
background-color: #9E00B8;
}
</style>
border-color css
<style>
span { border-color: #9E00B8; }
span { border-color: rgb(158,0,184); }
td.TdClassName
{
border-color: #9E00B8;
}
.TagClassName
{
border-color: #9E00B8;
}
</style>