Shades of Dark Violet #9802C4
Tints of Dark Violet #9802C4
RGB
CMYK
RGB Variations
Color information
#9802C4 (or 0x9802C4) is known color: Dark Violet. HEX triplet: 98, 02 and C4. RGB value is (152,2,196). Sum of RGB (Red+Green+Blue) = 152+2+196=350 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.43% from 350); Green value is 2 (1.17% from 255 or 0.57% from 350); Blue value is 196 (76.95% from 255 or 56% from 350); Max value from RGB is 196 - color contains mainly: blue. Hex color #9802C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9802C4 is #67FD3B. Grayscale: #444444. Windows color (decimal): -6815036 or 12845720. OLE color: 12845720.
HSL color Cylindrical-coordinate representation of color #9802C4: hue angle of 286.39º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9802C4 is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 152 | 2 | 196 | - |
| CMYK | 0.22 | 0.99 | 0 | 0.23 |
| HSL | 286.39º | 0.98% | 0.39% | - |
| HSV(B) | 286.39º | 0.99% | 0.77% | - |
| XYZ | 22.93 | 10.7 | 53.08 | - |
| YUV | 68.97 | 199.7 | 187.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 2 | 196 | 0.22 | 0.99 | 0 | 0.23 | 286.39 | 0.98 | 0.39 |
| Hex | 98 | 2 | C4 | 16 | 63 | 0 | 17 | 11E | 62 | 27 |
| Octal | 230 | 2 | 304 | 26 | 143 | 0 | 27 | 436 | 142 | 47 |
| Binary | 10011000 | 10 | 11000100 | 10110 | 1100011 | 0 | 10111 | 100011110 | 1100010 | 100111 |
Color Harmonies of #9802C4
Complementary color
Monochromatic Colors of #9802C4
Black with #9802C4
Text Example
Text Example
White with #9802C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9802C4; }
p { color: rgb(152,2,196); }
H1.HeaderClassName
{
color: #9802C4;
}
.AnyTagClassName
{
color: #9802C4;
}
</style>
background-color css
<style>
a { background-color: #9802C4; }
a { background-color: rgb(152,2,196); }
div.DivClassName
{
background-color: #9802C4;
}
.BgClassName
{
background-color: #9802C4;
}
</style>
border-color css
<style>
span { border-color: #9802C4; }
span { border-color: rgb(152,2,196); }
td.TdClassName
{
border-color: #9802C4;
}
.TagClassName
{
border-color: #9802C4;
}
</style>