Shades of Dark Violet #9803BD
Tints of Dark Violet #9803BD
RGB
CMYK
RGB Variations
Color information
#9803BD (or 0x9803BD) is known color: Dark Violet. HEX triplet: 98, 03 and BD. RGB value is (152,3,189). Sum of RGB (Red+Green+Blue) = 152+3+189=344 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.19% from 344); Green value is 3 (1.56% from 255 or 0.87% from 344); Blue value is 189 (74.22% from 255 or 54.94% from 344); Max value from RGB is 189 - color contains mainly: blue. Hex color #9803BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9803BD is #67FC42. Grayscale: #444444. Windows color (decimal): -6814787 or 12387224. OLE color: 12387224.
HSL color Cylindrical-coordinate representation of color #9803BD: hue angle of 288.06º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9803BD is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 3 | 189 | - |
| CMYK | 0.20 | 0.98 | 0 | 0.26 |
| HSL | 288.06º | 0.97% | 0.38% | - |
| HSV(B) | 288.06º | 0.98% | 0.74% | - |
| XYZ | 22.17 | 10.41 | 48.99 | - |
| YUV | 68.76 | 195.86 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 3 | 189 | 0.20 | 0.98 | 0 | 0.26 | 288.06 | 0.97 | 0.38 |
| Hex | 98 | 3 | BD | 14 | 62 | 0 | 1A | 120 | 61 | 26 |
| Octal | 230 | 3 | 275 | 24 | 142 | 0 | 32 | 440 | 141 | 46 |
| Binary | 10011000 | 11 | 10111101 | 10100 | 1100010 | 0 | 11010 | 100100000 | 1100001 | 100110 |
Color Harmonies of #9803BD
Complementary color
Monochromatic Colors of #9803BD
Black with #9803BD
Text Example
Text Example
White with #9803BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9803BD; }
p { color: rgb(152,3,189); }
H1.HeaderClassName
{
color: #9803BD;
}
.AnyTagClassName
{
color: #9803BD;
}
</style>
background-color css
<style>
a { background-color: #9803BD; }
a { background-color: rgb(152,3,189); }
div.DivClassName
{
background-color: #9803BD;
}
.BgClassName
{
background-color: #9803BD;
}
</style>
border-color css
<style>
span { border-color: #9803BD; }
span { border-color: rgb(152,3,189); }
td.TdClassName
{
border-color: #9803BD;
}
.TagClassName
{
border-color: #9803BD;
}
</style>