Shades of Dark Violet #9513CF
Tints of Dark Violet #9513CF
RGB
CMYK
RGB Variations
Color information
#9513CF (or 0x9513CF) is known color: Dark Violet. HEX triplet: 95, 13 and CF. RGB value is (149,19,207). Sum of RGB (Red+Green+Blue) = 149+19+207=375 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.73% from 375); Green value is 19 (7.81% from 255 or 5.07% from 375); Blue value is 207 (81.25% from 255 or 55.2% from 375); Max value from RGB is 207 - color contains mainly: blue. Hex color #9513CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9513CF is #6AEC30. Grayscale: #4E4E4E. Windows color (decimal): -7007281 or 13570965. OLE color: 13570965.
HSL color Cylindrical-coordinate representation of color #9513CF: hue angle of 281.49º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9513CF is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 19 | 207 | - |
| CMYK | 0.28 | 0.91 | 0 | 0.19 |
| HSL | 281.49º | 0.83% | 0.44% | - |
| HSV(B) | 281.49º | 0.91% | 0.81% | - |
| XYZ | 23.89 | 11.36 | 59.97 | - |
| YUV | 79.3 | 200.07 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 19 | 207 | 0.28 | 0.91 | 0 | 0.19 | 281.49 | 0.83 | 0.44 |
| Hex | 95 | 13 | CF | 1C | 5B | 0 | 13 | 119 | 53 | 2C |
| Octal | 225 | 23 | 317 | 34 | 133 | 0 | 23 | 431 | 123 | 54 |
| Binary | 10010101 | 10011 | 11001111 | 11100 | 1011011 | 0 | 10011 | 100011001 | 1010011 | 101100 |
Color Harmonies of #9513CF
Complementary color
Monochromatic Colors of #9513CF
Black with #9513CF
Text Example
Text Example
White with #9513CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9513CF; }
p { color: rgb(149,19,207); }
H1.HeaderClassName
{
color: #9513CF;
}
.AnyTagClassName
{
color: #9513CF;
}
</style>
background-color css
<style>
a { background-color: #9513CF; }
a { background-color: rgb(149,19,207); }
div.DivClassName
{
background-color: #9513CF;
}
.BgClassName
{
background-color: #9513CF;
}
</style>
border-color css
<style>
span { border-color: #9513CF; }
span { border-color: rgb(149,19,207); }
td.TdClassName
{
border-color: #9513CF;
}
.TagClassName
{
border-color: #9513CF;
}
</style>