Shades of Dark Violet #9801CC
Tints of Dark Violet #9801CC
RGB
CMYK
RGB Variations
Color information
#9801CC (or 0x9801CC) is known color: Dark Violet. HEX triplet: 98, 01 and CC. RGB value is (152,1,204). Sum of RGB (Red+Green+Blue) = 152+1+204=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 1 (0.78% from 255 or 0.28% from 357); Blue value is 204 (80.08% from 255 or 57.14% from 357); Max value from RGB is 204 - color contains mainly: blue. Hex color #9801CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9801CC is #67FE33. Grayscale: #444444. Windows color (decimal): -6815284 or 13369752. OLE color: 13369752.
HSL color Cylindrical-coordinate representation of color #9801CC: hue angle of 284.63º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9801CC is Cyan = 0.25, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 152 | 1 | 204 | - |
| CMYK | 0.25 | 1.00 | 0 | 0.2 |
| HSL | 284.63º | 0.99% | 0.4% | - |
| HSV(B) | 284.63º | 1% | 0.8% | - |
| XYZ | 23.86 | 11.06 | 58 | - |
| YUV | 69.29 | 204.03 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 1 | 204 | 0.25 | 1.00 | 0 | 0.2 | 284.63 | 0.99 | 0.4 |
| Hex | 98 | 1 | CC | 19 | 64 | 0 | 14 | 11D | 63 | 28 |
| Octal | 230 | 1 | 314 | 31 | 144 | 0 | 24 | 435 | 143 | 50 |
| Binary | 10011000 | 1 | 11001100 | 11001 | 1100100 | 0 | 10100 | 100011101 | 1100011 | 101000 |
Color Harmonies of #9801CC
Complementary color
Monochromatic Colors of #9801CC
Black with #9801CC
Text Example
Text Example
White with #9801CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9801CC; }
p { color: rgb(152,1,204); }
H1.HeaderClassName
{
color: #9801CC;
}
.AnyTagClassName
{
color: #9801CC;
}
</style>
background-color css
<style>
a { background-color: #9801CC; }
a { background-color: rgb(152,1,204); }
div.DivClassName
{
background-color: #9801CC;
}
.BgClassName
{
background-color: #9801CC;
}
</style>
border-color css
<style>
span { border-color: #9801CC; }
span { border-color: rgb(152,1,204); }
td.TdClassName
{
border-color: #9801CC;
}
.TagClassName
{
border-color: #9801CC;
}
</style>