Shades of Dark Violet #9B02E5
Tints of Dark Violet #9B02E5
RGB
CMYK
RGB Variations
Color information
#9B02E5 (or 0x9B02E5) is known color: Dark Violet. HEX triplet: 9B, 02 and E5. RGB value is (155,2,229). Sum of RGB (Red+Green+Blue) = 155+2+229=386 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.16% from 386); Green value is 2 (1.17% from 255 or 0.52% from 386); Blue value is 229 (89.84% from 255 or 59.33% from 386); Max value from RGB is 229 - color contains mainly: blue. Hex color #9B02E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B02E5 is #64FD1A. Grayscale: #484848. Windows color (decimal): -6618395 or 15008411. OLE color: 15008411.
HSL color Cylindrical-coordinate representation of color #9B02E5: hue angle of 280.44º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9B02E5 is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 155 | 2 | 229 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.10 |
| HSL | 280.44º | 0.98% | 0.45% | - |
| HSV(B) | 280.44º | 0.99% | 0.9% | - |
| XYZ | 27.68 | 12.67 | 75.12 | - |
| YUV | 73.63 | 215.69 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 2 | 229 | 0.32 | 0.99 | 0 | 0.10 | 280.44 | 0.98 | 0.45 |
| Hex | 9B | 2 | E5 | 20 | 63 | 0 | A | 118 | 62 | 2D |
| Octal | 233 | 2 | 345 | 40 | 143 | 0 | 12 | 430 | 142 | 55 |
| Binary | 10011011 | 10 | 11100101 | 100000 | 1100011 | 0 | 1010 | 100011000 | 1100010 | 101101 |
Color Harmonies of #9B02E5
Complementary color
Monochromatic Colors of #9B02E5
Black with #9B02E5
Text Example
Text Example
White with #9B02E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B02E5; }
p { color: rgb(155,2,229); }
H1.HeaderClassName
{
color: #9B02E5;
}
.AnyTagClassName
{
color: #9B02E5;
}
</style>
background-color css
<style>
a { background-color: #9B02E5; }
a { background-color: rgb(155,2,229); }
div.DivClassName
{
background-color: #9B02E5;
}
.BgClassName
{
background-color: #9B02E5;
}
</style>
border-color css
<style>
span { border-color: #9B02E5; }
span { border-color: rgb(155,2,229); }
td.TdClassName
{
border-color: #9B02E5;
}
.TagClassName
{
border-color: #9B02E5;
}
</style>