Shades of Dark Violet #9608BC
Tints of Dark Violet #9608BC
RGB
CMYK
RGB Variations
Color information
#9608BC (or 0x9608BC) is known color: Dark Violet. HEX triplet: 96, 08 and BC. RGB value is (150,8,188). Sum of RGB (Red+Green+Blue) = 150+8+188=346 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.35% from 346); Green value is 8 (3.52% from 255 or 2.31% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #9608BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9608BC is #69F743. Grayscale: #464646. Windows color (decimal): -6944580 or 12322966. OLE color: 12322966.
HSL color Cylindrical-coordinate representation of color #9608BC: hue angle of 287.33º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9608BC is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 8 | 188 | - |
| CMYK | 0.20 | 0.96 | 0 | 0.26 |
| HSL | 287.33º | 0.92% | 0.38% | - |
| HSV(B) | 287.33º | 0.96% | 0.74% | - |
| XYZ | 21.74 | 10.29 | 48.42 | - |
| YUV | 70.98 | 194.04 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 8 | 188 | 0.20 | 0.96 | 0 | 0.26 | 287.33 | 0.92 | 0.38 |
| Hex | 96 | 8 | BC | 14 | 60 | 0 | 1A | 11F | 5C | 26 |
| Octal | 226 | 10 | 274 | 24 | 140 | 0 | 32 | 437 | 134 | 46 |
| Binary | 10010110 | 1000 | 10111100 | 10100 | 1100000 | 0 | 11010 | 100011111 | 1011100 | 100110 |
Color Harmonies of #9608BC
Complementary color
Monochromatic Colors of #9608BC
Black with #9608BC
Text Example
Text Example
White with #9608BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9608BC; }
p { color: rgb(150,8,188); }
H1.HeaderClassName
{
color: #9608BC;
}
.AnyTagClassName
{
color: #9608BC;
}
</style>
background-color css
<style>
a { background-color: #9608BC; }
a { background-color: rgb(150,8,188); }
div.DivClassName
{
background-color: #9608BC;
}
.BgClassName
{
background-color: #9608BC;
}
</style>
border-color css
<style>
span { border-color: #9608BC; }
span { border-color: rgb(150,8,188); }
td.TdClassName
{
border-color: #9608BC;
}
.TagClassName
{
border-color: #9608BC;
}
</style>