Shades of Dark Violet #9615C4
Tints of Dark Violet #9615C4
RGB
CMYK
RGB Variations
Color information
#9615C4 (or 0x9615C4) is known color: Dark Violet. HEX triplet: 96, 15 and C4. RGB value is (150,21,196). Sum of RGB (Red+Green+Blue) = 150+21+196=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 21 (8.59% from 255 or 5.72% from 367); Blue value is 196 (76.95% from 255 or 53.41% from 367); Max value from RGB is 196 - color contains mainly: blue. Hex color #9615C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9615C4 is #69EA3B. Grayscale: #4E4E4E. Windows color (decimal): -6941244 or 12850582. OLE color: 12850582.
HSL color Cylindrical-coordinate representation of color #9615C4: hue angle of 284.23º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9615C4 is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 150 | 21 | 196 | - |
| CMYK | 0.23 | 0.89 | 0 | 0.23 |
| HSL | 284.23º | 0.81% | 0.43% | - |
| HSV(B) | 284.23º | 0.89% | 0.77% | - |
| XYZ | 22.81 | 11.01 | 53.15 | - |
| YUV | 79.52 | 193.74 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 21 | 196 | 0.23 | 0.89 | 0 | 0.23 | 284.23 | 0.81 | 0.43 |
| Hex | 96 | 15 | C4 | 17 | 59 | 0 | 17 | 11C | 51 | 2B |
| Octal | 226 | 25 | 304 | 27 | 131 | 0 | 27 | 434 | 121 | 53 |
| Binary | 10010110 | 10101 | 11000100 | 10111 | 1011001 | 0 | 10111 | 100011100 | 1010001 | 101011 |
Color Harmonies of #9615C4
Complementary color
Monochromatic Colors of #9615C4
Black with #9615C4
Text Example
Text Example
White with #9615C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9615C4; }
p { color: rgb(150,21,196); }
H1.HeaderClassName
{
color: #9615C4;
}
.AnyTagClassName
{
color: #9615C4;
}
</style>
background-color css
<style>
a { background-color: #9615C4; }
a { background-color: rgb(150,21,196); }
div.DivClassName
{
background-color: #9615C4;
}
.BgClassName
{
background-color: #9615C4;
}
</style>
border-color css
<style>
span { border-color: #9615C4; }
span { border-color: rgb(150,21,196); }
td.TdClassName
{
border-color: #9615C4;
}
.TagClassName
{
border-color: #9615C4;
}
</style>