Shades of Dark Violet #9705E4
Tints of Dark Violet #9705E4
RGB
CMYK
RGB Variations
Color information
#9705E4 (or 0x9705E4) is known color: Dark Violet. HEX triplet: 97, 05 and E4. RGB value is (151,5,228). Sum of RGB (Red+Green+Blue) = 151+5+228=384 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.32% from 384); Green value is 5 (2.34% from 255 or 1.30% from 384); Blue value is 228 (89.45% from 255 or 59.38% from 384); Max value from RGB is 228 - color contains mainly: blue. Hex color #9705E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9705E4 is #68FA1B. Grayscale: #494949. Windows color (decimal): -6879772 or 14943639. OLE color: 14943639.
HSL color Cylindrical-coordinate representation of color #9705E4: hue angle of 279.28º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9705E4 is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 151 | 5 | 228 | - |
| CMYK | 0.34 | 0.98 | 0 | 0.11 |
| HSL | 279.28º | 0.96% | 0.46% | - |
| HSV(B) | 279.28º | 0.98% | 0.89% | - |
| XYZ | 26.82 | 12.29 | 74.36 | - |
| YUV | 74.08 | 214.87 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 5 | 228 | 0.34 | 0.98 | 0 | 0.11 | 279.28 | 0.96 | 0.46 |
| Hex | 97 | 5 | E4 | 22 | 62 | 0 | B | 117 | 60 | 2E |
| Octal | 227 | 5 | 344 | 42 | 142 | 0 | 13 | 427 | 140 | 56 |
| Binary | 10010111 | 101 | 11100100 | 100010 | 1100010 | 0 | 1011 | 100010111 | 1100000 | 101110 |
Color Harmonies of #9705E4
Complementary color
Monochromatic Colors of #9705E4
Black with #9705E4
Text Example
Text Example
White with #9705E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9705E4; }
p { color: rgb(151,5,228); }
H1.HeaderClassName
{
color: #9705E4;
}
.AnyTagClassName
{
color: #9705E4;
}
</style>
background-color css
<style>
a { background-color: #9705E4; }
a { background-color: rgb(151,5,228); }
div.DivClassName
{
background-color: #9705E4;
}
.BgClassName
{
background-color: #9705E4;
}
</style>
border-color css
<style>
span { border-color: #9705E4; }
span { border-color: rgb(151,5,228); }
td.TdClassName
{
border-color: #9705E4;
}
.TagClassName
{
border-color: #9705E4;
}
</style>