Shades of Dark Violet #9608EE
Tints of Dark Violet #9608EE
RGB
CMYK
RGB Variations
Color information
#9608EE (or 0x9608EE) is known color: Dark Violet. HEX triplet: 96, 08 and EE. RGB value is (150,8,238). Sum of RGB (Red+Green+Blue) = 150+8+238=396 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.88% from 396); Green value is 8 (3.52% from 255 or 2.02% from 396); Blue value is 238 (93.36% from 255 or 60.10% from 396); Max value from RGB is 238 - color contains mainly: blue. Hex color #9608EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9608EE is #69F711. Grayscale: #4B4B4B. Windows color (decimal): -6944530 or 15599766. OLE color: 15599766.
HSL color Cylindrical-coordinate representation of color #9608EE: hue angle of 277.04º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9608EE is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 8 | 238 | - |
| CMYK | 0.37 | 0.97 | 0 | 0.07 |
| HSL | 277.04º | 0.93% | 0.48% | - |
| HSV(B) | 277.04º | 0.97% | 0.93% | - |
| XYZ | 28.1 | 12.83 | 81.88 | - |
| YUV | 76.68 | 219.04 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 8 | 238 | 0.37 | 0.97 | 0 | 0.07 | 277.04 | 0.93 | 0.48 |
| Hex | 96 | 8 | EE | 25 | 61 | 0 | 7 | 115 | 5D | 30 |
| Octal | 226 | 10 | 356 | 45 | 141 | 0 | 7 | 425 | 135 | 60 |
| Binary | 10010110 | 1000 | 11101110 | 100101 | 1100001 | 0 | 111 | 100010101 | 1011101 | 110000 |
Color Harmonies of #9608EE
Complementary color
Monochromatic Colors of #9608EE
Black with #9608EE
Text Example
Text Example
White with #9608EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9608EE; }
p { color: rgb(150,8,238); }
H1.HeaderClassName
{
color: #9608EE;
}
.AnyTagClassName
{
color: #9608EE;
}
</style>
background-color css
<style>
a { background-color: #9608EE; }
a { background-color: rgb(150,8,238); }
div.DivClassName
{
background-color: #9608EE;
}
.BgClassName
{
background-color: #9608EE;
}
</style>
border-color css
<style>
span { border-color: #9608EE; }
span { border-color: rgb(150,8,238); }
td.TdClassName
{
border-color: #9608EE;
}
.TagClassName
{
border-color: #9608EE;
}
</style>