Shades of Dark Violet #9800EA
Tints of Dark Violet #9800EA
RGB
CMYK
RGB Variations
Color information
#9800EA (or 0x9800EA) is known color: Dark Violet. HEX triplet: 98, 00 and EA. RGB value is (152,0,234). Sum of RGB (Red+Green+Blue) = 152+0+234=386 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.38% from 386); Green value is 0 (0.39% from 255 or 0% from 386); Blue value is 234 (91.80% from 255 or 60.62% from 386); Max value from RGB is 234 - color contains mainly: blue. Hex color #9800EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9800EA is #67FF15. Grayscale: #474747. Windows color (decimal): -6815510 or 15335576. OLE color: 15335576.
HSL color Cylindrical-coordinate representation of color #9800EA: hue angle of 278.97º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9800EA is Cyan = 0.35, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 0 | 234 | - |
| CMYK | 0.35 | 1 | 0 | 0.08 |
| HSL | 278.97º | 1% | 0.46% | - |
| HSV(B) | 278.97º | 1% | 0.92% | - |
| XYZ | 27.8 | 12.62 | 78.81 | - |
| YUV | 72.12 | 219.36 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 0 | 234 | 0.35 | 1 | 0 | 0.08 | 278.97 | 1 | 0.46 |
| Hex | 98 | 0 | EA | 23 | 64 | 0 | 8 | 117 | 64 | 2E |
| Octal | 230 | 0 | 352 | 43 | 144 | 0 | 10 | 427 | 144 | 56 |
| Binary | 10011000 | 0 | 11101010 | 100011 | 1100100 | 0 | 1000 | 100010111 | 1100100 | 101110 |
Color Harmonies of #9800EA
Complementary color
Monochromatic Colors of #9800EA
Black with #9800EA
Text Example
Text Example
White with #9800EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9800EA; }
p { color: rgb(152,0,234); }
H1.HeaderClassName
{
color: #9800EA;
}
.AnyTagClassName
{
color: #9800EA;
}
</style>
background-color css
<style>
a { background-color: #9800EA; }
a { background-color: rgb(152,0,234); }
div.DivClassName
{
background-color: #9800EA;
}
.BgClassName
{
background-color: #9800EA;
}
</style>
border-color css
<style>
span { border-color: #9800EA; }
span { border-color: rgb(152,0,234); }
td.TdClassName
{
border-color: #9800EA;
}
.TagClassName
{
border-color: #9800EA;
}
</style>