Shades of Dark Violet #9802EA
Tints of Dark Violet #9802EA
RGB
CMYK
RGB Variations
Color information
#9802EA (or 0x9802EA) is known color: Dark Violet. HEX triplet: 98, 02 and EA. RGB value is (152,2,234). Sum of RGB (Red+Green+Blue) = 152+2+234=388 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.18% from 388); Green value is 2 (1.17% from 255 or 0.52% from 388); Blue value is 234 (91.80% from 255 or 60.31% from 388); Max value from RGB is 234 - color contains mainly: blue. Hex color #9802EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9802EA is #67FD15. Grayscale: #484848. Windows color (decimal): -6814998 or 15336088. OLE color: 15336088.
HSL color Cylindrical-coordinate representation of color #9802EA: hue angle of 278.79º 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 #9802EA is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 2 | 234 | - |
| CMYK | 0.35 | 0.99 | 0 | 0.08 |
| HSL | 278.79º | 0.98% | 0.46% | - |
| HSV(B) | 278.79º | 0.99% | 0.92% | - |
| XYZ | 27.82 | 12.66 | 78.82 | - |
| YUV | 73.3 | 218.7 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 2 | 234 | 0.35 | 0.99 | 0 | 0.08 | 278.79 | 0.98 | 0.46 |
| Hex | 98 | 2 | EA | 23 | 63 | 0 | 8 | 117 | 62 | 2E |
| Octal | 230 | 2 | 352 | 43 | 143 | 0 | 10 | 427 | 142 | 56 |
| Binary | 10011000 | 10 | 11101010 | 100011 | 1100011 | 0 | 1000 | 100010111 | 1100010 | 101110 |
Color Harmonies of #9802EA
Complementary color
Monochromatic Colors of #9802EA
Black with #9802EA
Text Example
Text Example
White with #9802EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9802EA; }
p { color: rgb(152,2,234); }
H1.HeaderClassName
{
color: #9802EA;
}
.AnyTagClassName
{
color: #9802EA;
}
</style>
background-color css
<style>
a { background-color: #9802EA; }
a { background-color: rgb(152,2,234); }
div.DivClassName
{
background-color: #9802EA;
}
.BgClassName
{
background-color: #9802EA;
}
</style>
border-color css
<style>
span { border-color: #9802EA; }
span { border-color: rgb(152,2,234); }
td.TdClassName
{
border-color: #9802EA;
}
.TagClassName
{
border-color: #9802EA;
}
</style>