Shades of Dark Violet #9B02EE
Tints of Dark Violet #9B02EE
RGB
CMYK
RGB Variations
Color information
#9B02EE (or 0x9B02EE) is known color: Dark Violet. HEX triplet: 9B, 02 and EE. RGB value is (155,2,238). Sum of RGB (Red+Green+Blue) = 155+2+238=395 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.24% from 395); Green value is 2 (1.17% from 255 or 0.51% from 395); Blue value is 238 (93.36% from 255 or 60.25% from 395); Max value from RGB is 238 - color contains mainly: blue. Hex color #9B02EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B02EE is #64FD11. Grayscale: #494949. Windows color (decimal): -6618386 or 15598235. OLE color: 15598235.
HSL color Cylindrical-coordinate representation of color #9B02EE: hue angle of 278.9º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9B02EE is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 2 | 238 | - |
| CMYK | 0.35 | 0.99 | 0 | 0.07 |
| HSL | 278.9º | 0.98% | 0.47% | - |
| HSV(B) | 278.9º | 0.99% | 0.93% | - |
| XYZ | 28.97 | 13.19 | 81.91 | - |
| YUV | 74.65 | 220.19 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 2 | 238 | 0.35 | 0.99 | 0 | 0.07 | 278.9 | 0.98 | 0.47 |
| Hex | 9B | 2 | EE | 23 | 63 | 0 | 7 | 117 | 62 | 2F |
| Octal | 233 | 2 | 356 | 43 | 143 | 0 | 7 | 427 | 142 | 57 |
| Binary | 10011011 | 10 | 11101110 | 100011 | 1100011 | 0 | 111 | 100010111 | 1100010 | 101111 |
Color Harmonies of #9B02EE
Complementary color
Monochromatic Colors of #9B02EE
Black with #9B02EE
Text Example
Text Example
White with #9B02EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B02EE; }
p { color: rgb(155,2,238); }
H1.HeaderClassName
{
color: #9B02EE;
}
.AnyTagClassName
{
color: #9B02EE;
}
</style>
background-color css
<style>
a { background-color: #9B02EE; }
a { background-color: rgb(155,2,238); }
div.DivClassName
{
background-color: #9B02EE;
}
.BgClassName
{
background-color: #9B02EE;
}
</style>
border-color css
<style>
span { border-color: #9B02EE; }
span { border-color: rgb(155,2,238); }
td.TdClassName
{
border-color: #9B02EE;
}
.TagClassName
{
border-color: #9B02EE;
}
</style>