Shades of Dark Violet #9801CF
Tints of Dark Violet #9801CF
RGB
CMYK
RGB Variations
Color information
#9801CF (or 0x9801CF) is known color: Dark Violet. HEX triplet: 98, 01 and CF. RGB value is (152,1,207). Sum of RGB (Red+Green+Blue) = 152+1+207=360 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.22% from 360); Green value is 1 (0.78% from 255 or 0.28% from 360); Blue value is 207 (81.25% from 255 or 57.5% from 360); Max value from RGB is 207 - color contains mainly: blue. Hex color #9801CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9801CF is #67FE30. Grayscale: #444444. Windows color (decimal): -6815281 or 13566360. OLE color: 13566360.
HSL color Cylindrical-coordinate representation of color #9801CF: hue angle of 283.98º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9801CF is Cyan = 0.27, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 1 | 207 | - |
| CMYK | 0.27 | 1.00 | 0 | 0.19 |
| HSL | 283.98º | 0.99% | 0.41% | - |
| HSV(B) | 283.98º | 1% | 0.81% | - |
| XYZ | 24.22 | 11.2 | 59.92 | - |
| YUV | 69.63 | 205.53 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 1 | 207 | 0.27 | 1.00 | 0 | 0.19 | 283.98 | 0.99 | 0.41 |
| Hex | 98 | 1 | CF | 1B | 64 | 0 | 13 | 11C | 63 | 29 |
| Octal | 230 | 1 | 317 | 33 | 144 | 0 | 23 | 434 | 143 | 51 |
| Binary | 10011000 | 1 | 11001111 | 11011 | 1100100 | 0 | 10011 | 100011100 | 1100011 | 101001 |
Color Harmonies of #9801CF
Complementary color
Monochromatic Colors of #9801CF
Black with #9801CF
Text Example
Text Example
White with #9801CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9801CF; }
p { color: rgb(152,1,207); }
H1.HeaderClassName
{
color: #9801CF;
}
.AnyTagClassName
{
color: #9801CF;
}
</style>
background-color css
<style>
a { background-color: #9801CF; }
a { background-color: rgb(152,1,207); }
div.DivClassName
{
background-color: #9801CF;
}
.BgClassName
{
background-color: #9801CF;
}
</style>
border-color css
<style>
span { border-color: #9801CF; }
span { border-color: rgb(152,1,207); }
td.TdClassName
{
border-color: #9801CF;
}
.TagClassName
{
border-color: #9801CF;
}
</style>