Shades of Dark Violet #9705E5
Tints of Dark Violet #9705E5
RGB
CMYK
RGB Variations
Color information
#9705E5 (or 0x9705E5) is known color: Dark Violet. HEX triplet: 97, 05 and E5. RGB value is (151,5,229). Sum of RGB (Red+Green+Blue) = 151+5+229=385 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.22% from 385); Green value is 5 (2.34% from 255 or 1.30% from 385); Blue value is 229 (89.84% from 255 or 59.48% from 385); Max value from RGB is 229 - color contains mainly: blue. Hex color #9705E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9705E5 is #68FA1A. Grayscale: #494949. Windows color (decimal): -6879771 or 15009175. OLE color: 15009175.
HSL color Cylindrical-coordinate representation of color #9705E5: hue angle of 279.11º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9705E5 is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 151 | 5 | 229 | - |
| CMYK | 0.34 | 0.98 | 0 | 0.10 |
| HSL | 279.11º | 0.96% | 0.46% | - |
| HSV(B) | 279.11º | 0.98% | 0.9% | - |
| XYZ | 26.96 | 12.34 | 75.09 | - |
| YUV | 74.19 | 215.37 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 5 | 229 | 0.34 | 0.98 | 0 | 0.10 | 279.11 | 0.96 | 0.46 |
| Hex | 97 | 5 | E5 | 22 | 62 | 0 | A | 117 | 60 | 2E |
| Octal | 227 | 5 | 345 | 42 | 142 | 0 | 12 | 427 | 140 | 56 |
| Binary | 10010111 | 101 | 11100101 | 100010 | 1100010 | 0 | 1010 | 100010111 | 1100000 | 101110 |
Color Harmonies of #9705E5
Complementary color
Monochromatic Colors of #9705E5
Black with #9705E5
Text Example
Text Example
White with #9705E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9705E5; }
p { color: rgb(151,5,229); }
H1.HeaderClassName
{
color: #9705E5;
}
.AnyTagClassName
{
color: #9705E5;
}
</style>
background-color css
<style>
a { background-color: #9705E5; }
a { background-color: rgb(151,5,229); }
div.DivClassName
{
background-color: #9705E5;
}
.BgClassName
{
background-color: #9705E5;
}
</style>
border-color css
<style>
span { border-color: #9705E5; }
span { border-color: rgb(151,5,229); }
td.TdClassName
{
border-color: #9705E5;
}
.TagClassName
{
border-color: #9705E5;
}
</style>