Shades of Dark Violet #9E02BC
Tints of Dark Violet #9E02BC
RGB
CMYK
RGB Variations
Color information
#9E02BC (or 0x9E02BC) is known color: Dark Violet. HEX triplet: 9E, 02 and BC. RGB value is (158,2,188). Sum of RGB (Red+Green+Blue) = 158+2+188=348 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.40% from 348); Green value is 2 (1.17% from 255 or 0.57% from 348); Blue value is 188 (73.83% from 255 or 54.02% from 348); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E02BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E02BC is #61FD43. Grayscale: #454545. Windows color (decimal): -6421828 or 12321438. OLE color: 12321438.
HSL color Cylindrical-coordinate representation of color #9E02BC: hue angle of 290.32º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9E02BC is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 2 | 188 | - |
| CMYK | 0.16 | 0.99 | 0 | 0.26 |
| HSL | 290.32º | 0.98% | 0.37% | - |
| HSV(B) | 290.32º | 0.99% | 0.74% | - |
| XYZ | 23.2 | 10.94 | 48.47 | - |
| YUV | 69.85 | 194.68 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 2 | 188 | 0.16 | 0.99 | 0 | 0.26 | 290.32 | 0.98 | 0.37 |
| Hex | 9E | 2 | BC | 10 | 63 | 0 | 1A | 122 | 62 | 25 |
| Octal | 236 | 2 | 274 | 20 | 143 | 0 | 32 | 442 | 142 | 45 |
| Binary | 10011110 | 10 | 10111100 | 10000 | 1100011 | 0 | 11010 | 100100010 | 1100010 | 100101 |
Color Harmonies of #9E02BC
Complementary color
Monochromatic Colors of #9E02BC
Black with #9E02BC
Text Example
Text Example
White with #9E02BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E02BC; }
p { color: rgb(158,2,188); }
H1.HeaderClassName
{
color: #9E02BC;
}
.AnyTagClassName
{
color: #9E02BC;
}
</style>
background-color css
<style>
a { background-color: #9E02BC; }
a { background-color: rgb(158,2,188); }
div.DivClassName
{
background-color: #9E02BC;
}
.BgClassName
{
background-color: #9E02BC;
}
</style>
border-color css
<style>
span { border-color: #9E02BC; }
span { border-color: rgb(158,2,188); }
td.TdClassName
{
border-color: #9E02BC;
}
.TagClassName
{
border-color: #9E02BC;
}
</style>