Shades of Dark Violet #8515C4
Tints of Dark Violet #8515C4
RGB
CMYK
RGB Variations
Color information
#8515C4 (or 0x8515C4) is known color: Dark Violet. HEX triplet: 85, 15 and C4. RGB value is (133,21,196). Sum of RGB (Red+Green+Blue) = 133+21+196=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 21 (8.59% from 255 or 6% from 350); Blue value is 196 (76.95% from 255 or 56% from 350); Max value from RGB is 196 - color contains mainly: blue. Hex color #8515C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8515C4 is #7AEA3B. Grayscale: #494949. Windows color (decimal): -8055356 or 12850565. OLE color: 12850565.
HSL color Cylindrical-coordinate representation of color #8515C4: hue angle of 278.4º 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 #8515C4 is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 133 | 21 | 196 | - |
| CMYK | 0.32 | 0.89 | 0 | 0.23 |
| HSL | 278.4º | 0.81% | 0.43% | - |
| HSV(B) | 278.4º | 0.89% | 0.77% | - |
| XYZ | 19.9 | 9.51 | 53.01 | - |
| YUV | 74.44 | 196.61 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 21 | 196 | 0.32 | 0.89 | 0 | 0.23 | 278.4 | 0.81 | 0.43 |
| Hex | 85 | 15 | C4 | 20 | 59 | 0 | 17 | 116 | 51 | 2B |
| Octal | 205 | 25 | 304 | 40 | 131 | 0 | 27 | 426 | 121 | 53 |
| Binary | 10000101 | 10101 | 11000100 | 100000 | 1011001 | 0 | 10111 | 100010110 | 1010001 | 101011 |
Color Harmonies of #8515C4
Complementary color
Monochromatic Colors of #8515C4
Black with #8515C4
Text Example
Text Example
White with #8515C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8515C4; }
p { color: rgb(133,21,196); }
H1.HeaderClassName
{
color: #8515C4;
}
.AnyTagClassName
{
color: #8515C4;
}
</style>
background-color css
<style>
a { background-color: #8515C4; }
a { background-color: rgb(133,21,196); }
div.DivClassName
{
background-color: #8515C4;
}
.BgClassName
{
background-color: #8515C4;
}
</style>
border-color css
<style>
span { border-color: #8515C4; }
span { border-color: rgb(133,21,196); }
td.TdClassName
{
border-color: #8515C4;
}
.TagClassName
{
border-color: #8515C4;
}
</style>