Shades of Dark Violet #8615CF
Tints of Dark Violet #8615CF
RGB
CMYK
RGB Variations
Color information
#8615CF (or 0x8615CF) is known color: Dark Violet. HEX triplet: 86, 15 and CF. RGB value is (134,21,207). Sum of RGB (Red+Green+Blue) = 134+21+207=362 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.02% from 362); Green value is 21 (8.59% from 255 or 5.80% from 362); Blue value is 207 (81.25% from 255 or 57.18% from 362); Max value from RGB is 207 - color contains mainly: blue. Hex color #8615CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8615CF is #79EA30. Grayscale: #4B4B4B. Windows color (decimal): -7989809 or 13571462. OLE color: 13571462.
HSL color Cylindrical-coordinate representation of color #8615CF: hue angle of 276.45º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8615CF is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 21 | 207 | - |
| CMYK | 0.35 | 0.90 | 0 | 0.19 |
| HSL | 276.45º | 0.82% | 0.45% | - |
| HSV(B) | 276.45º | 0.9% | 0.81% | - |
| XYZ | 21.36 | 10.11 | 59.86 | - |
| YUV | 75.99 | 201.94 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 21 | 207 | 0.35 | 0.90 | 0 | 0.19 | 276.45 | 0.82 | 0.45 |
| Hex | 86 | 15 | CF | 23 | 5A | 0 | 13 | 114 | 52 | 2D |
| Octal | 206 | 25 | 317 | 43 | 132 | 0 | 23 | 424 | 122 | 55 |
| Binary | 10000110 | 10101 | 11001111 | 100011 | 1011010 | 0 | 10011 | 100010100 | 1010010 | 101101 |
Color Harmonies of #8615CF
Complementary color
Monochromatic Colors of #8615CF
Black with #8615CF
Text Example
Text Example
White with #8615CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8615CF; }
p { color: rgb(134,21,207); }
H1.HeaderClassName
{
color: #8615CF;
}
.AnyTagClassName
{
color: #8615CF;
}
</style>
background-color css
<style>
a { background-color: #8615CF; }
a { background-color: rgb(134,21,207); }
div.DivClassName
{
background-color: #8615CF;
}
.BgClassName
{
background-color: #8615CF;
}
</style>
border-color css
<style>
span { border-color: #8615CF; }
span { border-color: rgb(134,21,207); }
td.TdClassName
{
border-color: #8615CF;
}
.TagClassName
{
border-color: #8615CF;
}
</style>