Shades of Dark Violet #9617C3
Tints of Dark Violet #9617C3
RGB
CMYK
RGB Variations
Color information
#9617C3 (or 0x9617C3) is known color: Dark Violet. HEX triplet: 96, 17 and C3. RGB value is (150,23,195). Sum of RGB (Red+Green+Blue) = 150+23+195=368 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.76% from 368); Green value is 23 (9.38% from 255 or 6.25% from 368); Blue value is 195 (76.56% from 255 or 52.99% from 368); Max value from RGB is 195 - color contains mainly: blue. Hex color #9617C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9617C3 is #69E83C. Grayscale: #505050. Windows color (decimal): -6940733 or 12785558. OLE color: 12785558.
HSL color Cylindrical-coordinate representation of color #9617C3: hue angle of 284.3º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9617C3 is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 23 | 195 | - |
| CMYK | 0.23 | 0.88 | 0 | 0.24 |
| HSL | 284.3º | 0.79% | 0.43% | - |
| HSV(B) | 284.3º | 0.88% | 0.76% | - |
| XYZ | 22.73 | 11.04 | 52.56 | - |
| YUV | 80.58 | 192.58 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 23 | 195 | 0.23 | 0.88 | 0 | 0.24 | 284.3 | 0.79 | 0.43 |
| Hex | 96 | 17 | C3 | 17 | 58 | 0 | 18 | 11C | 4F | 2B |
| Octal | 226 | 27 | 303 | 27 | 130 | 0 | 30 | 434 | 117 | 53 |
| Binary | 10010110 | 10111 | 11000011 | 10111 | 1011000 | 0 | 11000 | 100011100 | 1001111 | 101011 |
Color Harmonies of #9617C3
Complementary color
Monochromatic Colors of #9617C3
Black with #9617C3
Text Example
Text Example
White with #9617C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9617C3; }
p { color: rgb(150,23,195); }
H1.HeaderClassName
{
color: #9617C3;
}
.AnyTagClassName
{
color: #9617C3;
}
</style>
background-color css
<style>
a { background-color: #9617C3; }
a { background-color: rgb(150,23,195); }
div.DivClassName
{
background-color: #9617C3;
}
.BgClassName
{
background-color: #9617C3;
}
</style>
border-color css
<style>
span { border-color: #9617C3; }
span { border-color: rgb(150,23,195); }
td.TdClassName
{
border-color: #9617C3;
}
.TagClassName
{
border-color: #9617C3;
}
</style>