Shades of Dark Violet #8115CC
Tints of Dark Violet #8115CC
RGB
CMYK
RGB Variations
Color information
#8115CC (or 0x8115CC) is known color: Dark Violet. HEX triplet: 81, 15 and CC. RGB value is (129,21,204). Sum of RGB (Red+Green+Blue) = 129+21+204=354 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.44% from 354); Green value is 21 (8.59% from 255 or 5.93% from 354); Blue value is 204 (80.08% from 255 or 57.63% from 354); Max value from RGB is 204 - color contains mainly: blue. Hex color #8115CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8115CC is #7EEA33. Grayscale: #494949. Windows color (decimal): -8317492 or 13374849. OLE color: 13374849.
HSL color Cylindrical-coordinate representation of color #8115CC: hue angle of 275.41º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8115CC is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 129 | 21 | 204 | - |
| CMYK | 0.37 | 0.90 | 0 | 0.2 |
| HSL | 275.41º | 0.81% | 0.44% | - |
| HSV(B) | 275.41º | 0.9% | 0.8% | - |
| XYZ | 20.22 | 9.56 | 57.91 | - |
| YUV | 74.15 | 201.28 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 21 | 204 | 0.37 | 0.90 | 0 | 0.2 | 275.41 | 0.81 | 0.44 |
| Hex | 81 | 15 | CC | 25 | 5A | 0 | 14 | 113 | 51 | 2C |
| Octal | 201 | 25 | 314 | 45 | 132 | 0 | 24 | 423 | 121 | 54 |
| Binary | 10000001 | 10101 | 11001100 | 100101 | 1011010 | 0 | 10100 | 100010011 | 1010001 | 101100 |
Color Harmonies of #8115CC
Complementary color
Monochromatic Colors of #8115CC
Black with #8115CC
Text Example
Text Example
White with #8115CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8115CC; }
p { color: rgb(129,21,204); }
H1.HeaderClassName
{
color: #8115CC;
}
.AnyTagClassName
{
color: #8115CC;
}
</style>
background-color css
<style>
a { background-color: #8115CC; }
a { background-color: rgb(129,21,204); }
div.DivClassName
{
background-color: #8115CC;
}
.BgClassName
{
background-color: #8115CC;
}
</style>
border-color css
<style>
span { border-color: #8115CC; }
span { border-color: rgb(129,21,204); }
td.TdClassName
{
border-color: #8115CC;
}
.TagClassName
{
border-color: #8115CC;
}
</style>