Shades of Dark Violet #9705CB
Tints of Dark Violet #9705CB
RGB
CMYK
RGB Variations
Color information
#9705CB (or 0x9705CB) is known color: Dark Violet. HEX triplet: 97, 05 and CB. RGB value is (151,5,203). Sum of RGB (Red+Green+Blue) = 151+5+203=359 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.06% from 359); Green value is 5 (2.34% from 255 or 1.39% from 359); Blue value is 203 (79.69% from 255 or 56.55% from 359); Max value from RGB is 203 - color contains mainly: blue. Hex color #9705CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9705CB is #68FA34. Grayscale: #464646. Windows color (decimal): -6879797 or 13305239. OLE color: 13305239.
HSL color Cylindrical-coordinate representation of color #9705CB: hue angle of 284.24º 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 #9705CB is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 151 | 5 | 203 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.20 |
| HSL | 284.24º | 0.95% | 0.41% | - |
| HSV(B) | 284.24º | 0.98% | 0.8% | - |
| XYZ | 23.6 | 11 | 57.38 | - |
| YUV | 71.23 | 202.37 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 5 | 203 | 0.26 | 0.98 | 0 | 0.20 | 284.24 | 0.95 | 0.41 |
| Hex | 97 | 5 | CB | 1A | 62 | 0 | 14 | 11C | 5F | 29 |
| Octal | 227 | 5 | 313 | 32 | 142 | 0 | 24 | 434 | 137 | 51 |
| Binary | 10010111 | 101 | 11001011 | 11010 | 1100010 | 0 | 10100 | 100011100 | 1011111 | 101001 |
Color Harmonies of #9705CB
Complementary color
Monochromatic Colors of #9705CB
Black with #9705CB
Text Example
Text Example
White with #9705CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9705CB; }
p { color: rgb(151,5,203); }
H1.HeaderClassName
{
color: #9705CB;
}
.AnyTagClassName
{
color: #9705CB;
}
</style>
background-color css
<style>
a { background-color: #9705CB; }
a { background-color: rgb(151,5,203); }
div.DivClassName
{
background-color: #9705CB;
}
.BgClassName
{
background-color: #9705CB;
}
</style>
border-color css
<style>
span { border-color: #9705CB; }
span { border-color: rgb(151,5,203); }
td.TdClassName
{
border-color: #9705CB;
}
.TagClassName
{
border-color: #9705CB;
}
</style>