Shades of Dark Violet #9815D2
Tints of Dark Violet #9815D2
RGB
CMYK
RGB Variations
Color information
#9815D2 (or 0x9815D2) is known color: Dark Violet. HEX triplet: 98, 15 and D2. RGB value is (152,21,210). Sum of RGB (Red+Green+Blue) = 152+21+210=383 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.69% from 383); Green value is 21 (8.59% from 255 or 5.48% from 383); Blue value is 210 (82.42% from 255 or 54.83% from 383); Max value from RGB is 210 - color contains mainly: blue. Hex color #9815D2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9815D2 is #67EA2D. Grayscale: #515151. Windows color (decimal): -6810158 or 13768088. OLE color: 13768088.
HSL color Cylindrical-coordinate representation of color #9815D2: hue angle of 281.59º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9815D2 is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 21 | 210 | - |
| CMYK | 0.28 | 0.90 | 0 | 0.18 |
| HSL | 281.59º | 0.82% | 0.45% | - |
| HSV(B) | 281.59º | 0.9% | 0.82% | - |
| XYZ | 24.85 | 11.86 | 61.95 | - |
| YUV | 81.72 | 200.4 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 21 | 210 | 0.28 | 0.90 | 0 | 0.18 | 281.59 | 0.82 | 0.45 |
| Hex | 98 | 15 | D2 | 1C | 5A | 0 | 12 | 11A | 52 | 2D |
| Octal | 230 | 25 | 322 | 34 | 132 | 0 | 22 | 432 | 122 | 55 |
| Binary | 10011000 | 10101 | 11010010 | 11100 | 1011010 | 0 | 10010 | 100011010 | 1010010 | 101101 |
Color Harmonies of #9815D2
Complementary color
Monochromatic Colors of #9815D2
Black with #9815D2
Text Example
Text Example
White with #9815D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9815D2; }
p { color: rgb(152,21,210); }
H1.HeaderClassName
{
color: #9815D2;
}
.AnyTagClassName
{
color: #9815D2;
}
</style>
background-color css
<style>
a { background-color: #9815D2; }
a { background-color: rgb(152,21,210); }
div.DivClassName
{
background-color: #9815D2;
}
.BgClassName
{
background-color: #9815D2;
}
</style>
border-color css
<style>
span { border-color: #9815D2; }
span { border-color: rgb(152,21,210); }
td.TdClassName
{
border-color: #9815D2;
}
.TagClassName
{
border-color: #9815D2;
}
</style>