Shades of Dark Violet #9805CC
Tints of Dark Violet #9805CC
RGB
CMYK
RGB Variations
Color information
#9805CC (or 0x9805CC) is known color: Dark Violet. HEX triplet: 98, 05 and CC. RGB value is (152,5,204). Sum of RGB (Red+Green+Blue) = 152+5+204=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 5 (2.34% from 255 or 1.39% from 361); Blue value is 204 (80.08% from 255 or 56.51% from 361); Max value from RGB is 204 - color contains mainly: blue. Hex color #9805CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9805CC is #67FA33. Grayscale: #464646. Windows color (decimal): -6814260 or 13370776. OLE color: 13370776.
HSL color Cylindrical-coordinate representation of color #9805CC: hue angle of 284.32º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9805CC is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 152 | 5 | 204 | - |
| CMYK | 0.25 | 0.98 | 0 | 0.2 |
| HSL | 284.32º | 0.95% | 0.41% | - |
| HSV(B) | 284.32º | 0.98% | 0.8% | - |
| XYZ | 23.9 | 11.14 | 58.02 | - |
| YUV | 71.64 | 202.7 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 5 | 204 | 0.25 | 0.98 | 0 | 0.2 | 284.32 | 0.95 | 0.41 |
| Hex | 98 | 5 | CC | 19 | 62 | 0 | 14 | 11C | 5F | 29 |
| Octal | 230 | 5 | 314 | 31 | 142 | 0 | 24 | 434 | 137 | 51 |
| Binary | 10011000 | 101 | 11001100 | 11001 | 1100010 | 0 | 10100 | 100011100 | 1011111 | 101001 |
Color Harmonies of #9805CC
Complementary color
Monochromatic Colors of #9805CC
Black with #9805CC
Text Example
Text Example
White with #9805CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9805CC; }
p { color: rgb(152,5,204); }
H1.HeaderClassName
{
color: #9805CC;
}
.AnyTagClassName
{
color: #9805CC;
}
</style>
background-color css
<style>
a { background-color: #9805CC; }
a { background-color: rgb(152,5,204); }
div.DivClassName
{
background-color: #9805CC;
}
.BgClassName
{
background-color: #9805CC;
}
</style>
border-color css
<style>
span { border-color: #9805CC; }
span { border-color: rgb(152,5,204); }
td.TdClassName
{
border-color: #9805CC;
}
.TagClassName
{
border-color: #9805CC;
}
</style>