Shades of Dark Violet #9608CC
Tints of Dark Violet #9608CC
RGB
CMYK
RGB Variations
Color information
#9608CC (or 0x9608CC) is known color: Dark Violet. HEX triplet: 96, 08 and CC. RGB value is (150,8,204). Sum of RGB (Red+Green+Blue) = 150+8+204=362 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.44% from 362); Green value is 8 (3.52% from 255 or 2.21% from 362); Blue value is 204 (80.08% from 255 or 56.35% from 362); Max value from RGB is 204 - color contains mainly: blue. Hex color #9608CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9608CC is #69F733. Grayscale: #484848. Windows color (decimal): -6944564 or 13371542. OLE color: 13371542.
HSL color Cylindrical-coordinate representation of color #9608CC: hue angle of 283.47º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9608CC is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 150 | 8 | 204 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.2 |
| HSL | 283.47º | 0.92% | 0.42% | - |
| HSV(B) | 283.47º | 0.96% | 0.8% | - |
| XYZ | 23.56 | 11.02 | 58.01 | - |
| YUV | 72.8 | 202.04 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 8 | 204 | 0.26 | 0.96 | 0 | 0.2 | 283.47 | 0.92 | 0.42 |
| Hex | 96 | 8 | CC | 1A | 60 | 0 | 14 | 11B | 5C | 2A |
| Octal | 226 | 10 | 314 | 32 | 140 | 0 | 24 | 433 | 134 | 52 |
| Binary | 10010110 | 1000 | 11001100 | 11010 | 1100000 | 0 | 10100 | 100011011 | 1011100 | 101010 |
Color Harmonies of #9608CC
Complementary color
Monochromatic Colors of #9608CC
Black with #9608CC
Text Example
Text Example
White with #9608CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9608CC; }
p { color: rgb(150,8,204); }
H1.HeaderClassName
{
color: #9608CC;
}
.AnyTagClassName
{
color: #9608CC;
}
</style>
background-color css
<style>
a { background-color: #9608CC; }
a { background-color: rgb(150,8,204); }
div.DivClassName
{
background-color: #9608CC;
}
.BgClassName
{
background-color: #9608CC;
}
</style>
border-color css
<style>
span { border-color: #9608CC; }
span { border-color: rgb(150,8,204); }
td.TdClassName
{
border-color: #9608CC;
}
.TagClassName
{
border-color: #9608CC;
}
</style>