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