Shades of Dark Violet #9800CB
Tints of Dark Violet #9800CB
RGB
CMYK
RGB Variations
Color information
#9800CB (or 0x9800CB) is known color: Dark Violet. HEX triplet: 98, 00 and CB. RGB value is (152,0,203). Sum of RGB (Red+Green+Blue) = 152+0+203=355 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.82% from 355); Green value is 0 (0.39% from 255 or 0% from 355); Blue value is 203 (79.69% from 255 or 57.18% from 355); Max value from RGB is 203 - color contains mainly: blue. Hex color #9800CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9800CB is #67FF34. Grayscale: #434343. Windows color (decimal): -6815541 or 13303960. OLE color: 13303960.
HSL color Cylindrical-coordinate representation of color #9800CB: hue angle of 284.93º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9800CB is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 0 | 203 | - |
| CMYK | 0.25 | 1 | 0 | 0.20 |
| HSL | 284.93º | 1% | 0.4% | - |
| HSV(B) | 284.93º | 1% | 0.8% | - |
| XYZ | 23.73 | 10.99 | 57.37 | - |
| YUV | 68.59 | 203.86 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 0 | 203 | 0.25 | 1 | 0 | 0.20 | 284.93 | 1 | 0.4 |
| Hex | 98 | 0 | CB | 19 | 64 | 0 | 14 | 11D | 64 | 28 |
| Octal | 230 | 0 | 313 | 31 | 144 | 0 | 24 | 435 | 144 | 50 |
| Binary | 10011000 | 0 | 11001011 | 11001 | 1100100 | 0 | 10100 | 100011101 | 1100100 | 101000 |
Color Harmonies of #9800CB
Complementary color
Monochromatic Colors of #9800CB
Black with #9800CB
Text Example
Text Example
White with #9800CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9800CB; }
p { color: rgb(152,0,203); }
H1.HeaderClassName
{
color: #9800CB;
}
.AnyTagClassName
{
color: #9800CB;
}
</style>
background-color css
<style>
a { background-color: #9800CB; }
a { background-color: rgb(152,0,203); }
div.DivClassName
{
background-color: #9800CB;
}
.BgClassName
{
background-color: #9800CB;
}
</style>
border-color css
<style>
span { border-color: #9800CB; }
span { border-color: rgb(152,0,203); }
td.TdClassName
{
border-color: #9800CB;
}
.TagClassName
{
border-color: #9800CB;
}
</style>