Shades of Dark Violet #9701EA
Tints of Dark Violet #9701EA
RGB
CMYK
RGB Variations
Color information
#9701EA (or 0x9701EA) is known color: Dark Violet. HEX triplet: 97, 01 and EA. RGB value is (151,1,234). Sum of RGB (Red+Green+Blue) = 151+1+234=386 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.12% from 386); Green value is 1 (0.78% from 255 or 0.26% from 386); Blue value is 234 (91.80% from 255 or 60.62% from 386); Max value from RGB is 234 - color contains mainly: blue. Hex color #9701EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9701EA is #68FE15. Grayscale: #474747. Windows color (decimal): -6880790 or 15335831. OLE color: 15335831.
HSL color Cylindrical-coordinate representation of color #9701EA: hue angle of 278.63º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9701EA is Cyan = 0.35, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 151 | 1 | 234 | - |
| CMYK | 0.35 | 1.00 | 0 | 0.08 |
| HSL | 278.63º | 0.99% | 0.46% | - |
| HSV(B) | 278.63º | 1% | 0.92% | - |
| XYZ | 27.62 | 12.54 | 78.81 | - |
| YUV | 72.41 | 219.2 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 1 | 234 | 0.35 | 1.00 | 0 | 0.08 | 278.63 | 0.99 | 0.46 |
| Hex | 97 | 1 | EA | 23 | 64 | 0 | 8 | 117 | 63 | 2E |
| Octal | 227 | 1 | 352 | 43 | 144 | 0 | 10 | 427 | 143 | 56 |
| Binary | 10010111 | 1 | 11101010 | 100011 | 1100100 | 0 | 1000 | 100010111 | 1100011 | 101110 |
Color Harmonies of #9701EA
Complementary color
Monochromatic Colors of #9701EA
Black with #9701EA
Text Example
Text Example
White with #9701EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9701EA; }
p { color: rgb(151,1,234); }
H1.HeaderClassName
{
color: #9701EA;
}
.AnyTagClassName
{
color: #9701EA;
}
</style>
background-color css
<style>
a { background-color: #9701EA; }
a { background-color: rgb(151,1,234); }
div.DivClassName
{
background-color: #9701EA;
}
.BgClassName
{
background-color: #9701EA;
}
</style>
border-color css
<style>
span { border-color: #9701EA; }
span { border-color: rgb(151,1,234); }
td.TdClassName
{
border-color: #9701EA;
}
.TagClassName
{
border-color: #9701EA;
}
</style>