Shades of Dark Violet #9B02EA
Tints of Dark Violet #9B02EA
RGB
CMYK
RGB Variations
Color information
#9B02EA (or 0x9B02EA) is known color: Dark Violet. HEX triplet: 9B, 02 and EA. RGB value is (155,2,234). Sum of RGB (Red+Green+Blue) = 155+2+234=391 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.64% from 391); Green value is 2 (1.17% from 255 or 0.51% from 391); Blue value is 234 (91.80% from 255 or 59.85% from 391); Max value from RGB is 234 - color contains mainly: blue. Hex color #9B02EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B02EA is #64FD15. Grayscale: #494949. Windows color (decimal): -6618390 or 15336091. OLE color: 15336091.
HSL color Cylindrical-coordinate representation of color #9B02EA: hue angle of 279.57º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9B02EA is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 2 | 234 | - |
| CMYK | 0.34 | 0.99 | 0 | 0.08 |
| HSL | 279.57º | 0.98% | 0.46% | - |
| HSV(B) | 279.57º | 0.99% | 0.92% | - |
| XYZ | 28.39 | 12.95 | 78.85 | - |
| YUV | 74.2 | 218.19 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 2 | 234 | 0.34 | 0.99 | 0 | 0.08 | 279.57 | 0.98 | 0.46 |
| Hex | 9B | 2 | EA | 22 | 63 | 0 | 8 | 118 | 62 | 2E |
| Octal | 233 | 2 | 352 | 42 | 143 | 0 | 10 | 430 | 142 | 56 |
| Binary | 10011011 | 10 | 11101010 | 100010 | 1100011 | 0 | 1000 | 100011000 | 1100010 | 101110 |
Color Harmonies of #9B02EA
Complementary color
Monochromatic Colors of #9B02EA
Black with #9B02EA
Text Example
Text Example
White with #9B02EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B02EA; }
p { color: rgb(155,2,234); }
H1.HeaderClassName
{
color: #9B02EA;
}
.AnyTagClassName
{
color: #9B02EA;
}
</style>
background-color css
<style>
a { background-color: #9B02EA; }
a { background-color: rgb(155,2,234); }
div.DivClassName
{
background-color: #9B02EA;
}
.BgClassName
{
background-color: #9B02EA;
}
</style>
border-color css
<style>
span { border-color: #9B02EA; }
span { border-color: rgb(155,2,234); }
td.TdClassName
{
border-color: #9B02EA;
}
.TagClassName
{
border-color: #9B02EA;
}
</style>