Shades of Dark Violet #9507CC
Tints of Dark Violet #9507CC
RGB
CMYK
RGB Variations
Color information
#9507CC (or 0x9507CC) is known color: Dark Violet. HEX triplet: 95, 07 and CC. RGB value is (149,7,204). Sum of RGB (Red+Green+Blue) = 149+7+204=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 7 (3.12% from 255 or 1.94% from 360); Blue value is 204 (80.08% from 255 or 56.67% from 360); Max value from RGB is 204 - color contains mainly: blue. Hex color #9507CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9507CC is #6AF833. Grayscale: #474747. Windows color (decimal): -7010356 or 13371285. OLE color: 13371285.
HSL color Cylindrical-coordinate representation of color #9507CC: hue angle of 283.25º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9507CC is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 149 | 7 | 204 | - |
| CMYK | 0.27 | 0.97 | 0 | 0.2 |
| HSL | 283.25º | 0.93% | 0.41% | - |
| HSV(B) | 283.25º | 0.97% | 0.8% | - |
| XYZ | 23.37 | 10.9 | 58 | - |
| YUV | 71.92 | 202.54 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 7 | 204 | 0.27 | 0.97 | 0 | 0.2 | 283.25 | 0.93 | 0.41 |
| Hex | 95 | 7 | CC | 1B | 61 | 0 | 14 | 11B | 5D | 29 |
| Octal | 225 | 7 | 314 | 33 | 141 | 0 | 24 | 433 | 135 | 51 |
| Binary | 10010101 | 111 | 11001100 | 11011 | 1100001 | 0 | 10100 | 100011011 | 1011101 | 101001 |
Color Harmonies of #9507CC
Complementary color
Monochromatic Colors of #9507CC
Black with #9507CC
Text Example
Text Example
White with #9507CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9507CC; }
p { color: rgb(149,7,204); }
H1.HeaderClassName
{
color: #9507CC;
}
.AnyTagClassName
{
color: #9507CC;
}
</style>
background-color css
<style>
a { background-color: #9507CC; }
a { background-color: rgb(149,7,204); }
div.DivClassName
{
background-color: #9507CC;
}
.BgClassName
{
background-color: #9507CC;
}
</style>
border-color css
<style>
span { border-color: #9507CC; }
span { border-color: rgb(149,7,204); }
td.TdClassName
{
border-color: #9507CC;
}
.TagClassName
{
border-color: #9507CC;
}
</style>