Shades of Dark Violet #9705CE
Tints of Dark Violet #9705CE
RGB
CMYK
RGB Variations
Color information
#9705CE (or 0x9705CE) is known color: Dark Violet. HEX triplet: 97, 05 and CE. RGB value is (151,5,206). Sum of RGB (Red+Green+Blue) = 151+5+206=362 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.71% from 362); Green value is 5 (2.34% from 255 or 1.38% from 362); Blue value is 206 (80.86% from 255 or 56.91% from 362); Max value from RGB is 206 - color contains mainly: blue. Hex color #9705CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9705CE is #68FA31. Grayscale: #464646. Windows color (decimal): -6879794 or 13501847. OLE color: 13501847.
HSL color Cylindrical-coordinate representation of color #9705CE: hue angle of 283.58º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9705CE is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 5 | 206 | - |
| CMYK | 0.27 | 0.98 | 0 | 0.19 |
| HSL | 283.58º | 0.95% | 0.41% | - |
| HSV(B) | 283.58º | 0.98% | 0.81% | - |
| XYZ | 23.96 | 11.14 | 59.28 | - |
| YUV | 71.57 | 203.87 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 5 | 206 | 0.27 | 0.98 | 0 | 0.19 | 283.58 | 0.95 | 0.41 |
| Hex | 97 | 5 | CE | 1B | 62 | 0 | 13 | 11C | 5F | 29 |
| Octal | 227 | 5 | 316 | 33 | 142 | 0 | 23 | 434 | 137 | 51 |
| Binary | 10010111 | 101 | 11001110 | 11011 | 1100010 | 0 | 10011 | 100011100 | 1011111 | 101001 |
Color Harmonies of #9705CE
Complementary color
Monochromatic Colors of #9705CE
Black with #9705CE
Text Example
Text Example
White with #9705CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9705CE; }
p { color: rgb(151,5,206); }
H1.HeaderClassName
{
color: #9705CE;
}
.AnyTagClassName
{
color: #9705CE;
}
</style>
background-color css
<style>
a { background-color: #9705CE; }
a { background-color: rgb(151,5,206); }
div.DivClassName
{
background-color: #9705CE;
}
.BgClassName
{
background-color: #9705CE;
}
</style>
border-color css
<style>
span { border-color: #9705CE; }
span { border-color: rgb(151,5,206); }
td.TdClassName
{
border-color: #9705CE;
}
.TagClassName
{
border-color: #9705CE;
}
</style>