Shades of Dark Violet #8613CB
Tints of Dark Violet #8613CB
RGB
CMYK
RGB Variations
Color information
#8613CB (or 0x8613CB) is known color: Dark Violet. HEX triplet: 86, 13 and CB. RGB value is (134,19,203). Sum of RGB (Red+Green+Blue) = 134+19+203=356 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.64% from 356); Green value is 19 (7.81% from 255 or 5.34% from 356); Blue value is 203 (79.69% from 255 or 57.02% from 356); Max value from RGB is 203 - color contains mainly: blue. Hex color #8613CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8613CB is #79EC34. Grayscale: #494949. Windows color (decimal): -7990325 or 13308806. OLE color: 13308806.
HSL color Cylindrical-coordinate representation of color #8613CB: hue angle of 277.5º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8613CB is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 19 | 203 | - |
| CMYK | 0.34 | 0.91 | 0 | 0.20 |
| HSL | 277.5º | 0.83% | 0.44% | - |
| HSV(B) | 277.5º | 0.91% | 0.8% | - |
| XYZ | 20.84 | 9.85 | 57.3 | - |
| YUV | 74.36 | 200.6 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 19 | 203 | 0.34 | 0.91 | 0 | 0.20 | 277.5 | 0.83 | 0.44 |
| Hex | 86 | 13 | CB | 22 | 5B | 0 | 14 | 116 | 53 | 2C |
| Octal | 206 | 23 | 313 | 42 | 133 | 0 | 24 | 426 | 123 | 54 |
| Binary | 10000110 | 10011 | 11001011 | 100010 | 1011011 | 0 | 10100 | 100010110 | 1010011 | 101100 |
Color Harmonies of #8613CB
Complementary color
Monochromatic Colors of #8613CB
Black with #8613CB
Text Example
Text Example
White with #8613CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8613CB; }
p { color: rgb(134,19,203); }
H1.HeaderClassName
{
color: #8613CB;
}
.AnyTagClassName
{
color: #8613CB;
}
</style>
background-color css
<style>
a { background-color: #8613CB; }
a { background-color: rgb(134,19,203); }
div.DivClassName
{
background-color: #8613CB;
}
.BgClassName
{
background-color: #8613CB;
}
</style>
border-color css
<style>
span { border-color: #8613CB; }
span { border-color: rgb(134,19,203); }
td.TdClassName
{
border-color: #8613CB;
}
.TagClassName
{
border-color: #8613CB;
}
</style>