Shades of Dark Violet #9807B3
Tints of Dark Violet #9807B3
RGB
CMYK
RGB Variations
Color information
#9807B3 (or 0x9807B3) is known color: Dark Violet. HEX triplet: 98, 07 and B3. RGB value is (152,7,179). Sum of RGB (Red+Green+Blue) = 152+7+179=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 7 (3.12% from 255 or 2.07% from 338); Blue value is 179 (70.31% from 255 or 52.96% from 338); Max value from RGB is 179 - color contains mainly: blue. Hex color #9807B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9807B3 is #67F84C. Grayscale: #454545. Windows color (decimal): -6813773 or 11732888. OLE color: 11732888.
HSL color Cylindrical-coordinate representation of color #9807B3: hue angle of 290.58º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9807B3 is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 152 | 7 | 179 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.30 |
| HSL | 290.58º | 0.92% | 0.36% | - |
| HSV(B) | 290.58º | 0.96% | 0.7% | - |
| XYZ | 21.16 | 10.08 | 43.48 | - |
| YUV | 69.96 | 189.54 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 7 | 179 | 0.15 | 0.96 | 0 | 0.30 | 290.58 | 0.92 | 0.36 |
| Hex | 98 | 7 | B3 | F | 60 | 0 | 1E | 123 | 5C | 24 |
| Octal | 230 | 7 | 263 | 17 | 140 | 0 | 36 | 443 | 134 | 44 |
| Binary | 10011000 | 111 | 10110011 | 1111 | 1100000 | 0 | 11110 | 100100011 | 1011100 | 100100 |
Color Harmonies of #9807B3
Complementary color
Monochromatic Colors of #9807B3
Black with #9807B3
Text Example
Text Example
White with #9807B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9807B3; }
p { color: rgb(152,7,179); }
H1.HeaderClassName
{
color: #9807B3;
}
.AnyTagClassName
{
color: #9807B3;
}
</style>
background-color css
<style>
a { background-color: #9807B3; }
a { background-color: rgb(152,7,179); }
div.DivClassName
{
background-color: #9807B3;
}
.BgClassName
{
background-color: #9807B3;
}
</style>
border-color css
<style>
span { border-color: #9807B3; }
span { border-color: rgb(152,7,179); }
td.TdClassName
{
border-color: #9807B3;
}
.TagClassName
{
border-color: #9807B3;
}
</style>