Shades of Dark Violet #9610EA
Tints of Dark Violet #9610EA
RGB
CMYK
RGB Variations
Color information
#9610EA (or 0x9610EA) is known color: Dark Violet. HEX triplet: 96, 10 and EA. RGB value is (150,16,234). Sum of RGB (Red+Green+Blue) = 150+16+234=400 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.5% from 400); Green value is 16 (6.64% from 255 or 4% from 400); Blue value is 234 (91.80% from 255 or 58.5% from 400); Max value from RGB is 234 - color contains mainly: blue. Hex color #9610EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9610EA is #69EF15. Grayscale: #505050. Windows color (decimal): -6942486 or 15339670. OLE color: 15339670.
HSL color Cylindrical-coordinate representation of color #9610EA: hue angle of 276.88º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9610EA is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 150 | 16 | 234 | - |
| CMYK | 0.36 | 0.93 | 0 | 0.08 |
| HSL | 276.88º | 0.87% | 0.49% | - |
| HSV(B) | 276.88º | 0.93% | 0.92% | - |
| XYZ | 27.61 | 12.8 | 78.86 | - |
| YUV | 80.92 | 214.39 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 16 | 234 | 0.36 | 0.93 | 0 | 0.08 | 276.88 | 0.87 | 0.49 |
| Hex | 96 | 10 | EA | 24 | 5D | 0 | 8 | 115 | 57 | 31 |
| Octal | 226 | 20 | 352 | 44 | 135 | 0 | 10 | 425 | 127 | 61 |
| Binary | 10010110 | 10000 | 11101010 | 100100 | 1011101 | 0 | 1000 | 100010101 | 1010111 | 110001 |
Color Harmonies of #9610EA
Complementary color
Monochromatic Colors of #9610EA
Black with #9610EA
Text Example
Text Example
White with #9610EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9610EA; }
p { color: rgb(150,16,234); }
H1.HeaderClassName
{
color: #9610EA;
}
.AnyTagClassName
{
color: #9610EA;
}
</style>
background-color css
<style>
a { background-color: #9610EA; }
a { background-color: rgb(150,16,234); }
div.DivClassName
{
background-color: #9610EA;
}
.BgClassName
{
background-color: #9610EA;
}
</style>
border-color css
<style>
span { border-color: #9610EA; }
span { border-color: rgb(150,16,234); }
td.TdClassName
{
border-color: #9610EA;
}
.TagClassName
{
border-color: #9610EA;
}
</style>