Shades of Dark Violet #9800FA
Tints of Dark Violet #9800FA
RGB
CMYK
RGB Variations
Color information
#9800FA (or 0x9800FA) is known color: Dark Violet. HEX triplet: 98, 00 and FA. RGB value is (152,0,250). Sum of RGB (Red+Green+Blue) = 152+0+250=402 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.81% from 402); Green value is 0 (0.39% from 255 or 0% from 402); Blue value is 250 (98.05% from 255 or 62.19% from 402); Max value from RGB is 250 - color contains mainly: blue. Hex color #9800FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9800FA is #67FF05. Grayscale: #494949. Windows color (decimal): -6815494 or 16384152. OLE color: 16384152.
HSL color Cylindrical-coordinate representation of color #9800FA: hue angle of 276.48º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9800FA is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 0 | 250 | - |
| CMYK | 0.39 | 1 | 0 | 0.02 |
| HSL | 276.48º | 1% | 0.49% | - |
| HSV(B) | 276.48º | 1% | 0.98% | - |
| XYZ | 30.2 | 13.58 | 91.47 | - |
| YUV | 73.95 | 227.36 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 0 | 250 | 0.39 | 1 | 0 | 0.02 | 276.48 | 1 | 0.49 |
| Hex | 98 | 0 | FA | 27 | 64 | 0 | 2 | 114 | 64 | 31 |
| Octal | 230 | 0 | 372 | 47 | 144 | 0 | 2 | 424 | 144 | 61 |
| Binary | 10011000 | 0 | 11111010 | 100111 | 1100100 | 0 | 10 | 100010100 | 1100100 | 110001 |
Color Harmonies of #9800FA
Complementary color
Monochromatic Colors of #9800FA
Black with #9800FA
Text Example
Text Example
White with #9800FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9800FA; }
p { color: rgb(152,0,250); }
H1.HeaderClassName
{
color: #9800FA;
}
.AnyTagClassName
{
color: #9800FA;
}
</style>
background-color css
<style>
a { background-color: #9800FA; }
a { background-color: rgb(152,0,250); }
div.DivClassName
{
background-color: #9800FA;
}
.BgClassName
{
background-color: #9800FA;
}
</style>
border-color css
<style>
span { border-color: #9800FA; }
span { border-color: rgb(152,0,250); }
td.TdClassName
{
border-color: #9800FA;
}
.TagClassName
{
border-color: #9800FA;
}
</style>