Shades of Dark Violet #8C13CB
Tints of Dark Violet #8C13CB
RGB
CMYK
RGB Variations
Color information
#8C13CB (or 0x8C13CB) is known color: Dark Violet. HEX triplet: 8C, 13 and CB. RGB value is (140,19,203). Sum of RGB (Red+Green+Blue) = 140+19+203=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 19 (7.81% from 255 or 5.25% from 362); Blue value is 203 (79.69% from 255 or 56.08% from 362); Max value from RGB is 203 - color contains mainly: blue. Hex color #8C13CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C13CB is #73EC34. Grayscale: #4B4B4B. Windows color (decimal): -7597109 or 13308812. OLE color: 13308812.
HSL color Cylindrical-coordinate representation of color #8C13CB: hue angle of 279.46º 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 #8C13CB is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 19 | 203 | - |
| CMYK | 0.31 | 0.91 | 0 | 0.20 |
| HSL | 279.46º | 0.83% | 0.44% | - |
| HSV(B) | 279.46º | 0.91% | 0.8% | - |
| XYZ | 21.83 | 10.35 | 57.35 | - |
| YUV | 76.16 | 199.59 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 19 | 203 | 0.31 | 0.91 | 0 | 0.20 | 279.46 | 0.83 | 0.44 |
| Hex | 8C | 13 | CB | 1F | 5B | 0 | 14 | 117 | 53 | 2C |
| Octal | 214 | 23 | 313 | 37 | 133 | 0 | 24 | 427 | 123 | 54 |
| Binary | 10001100 | 10011 | 11001011 | 11111 | 1011011 | 0 | 10100 | 100010111 | 1010011 | 101100 |
Color Harmonies of #8C13CB
Complementary color
Monochromatic Colors of #8C13CB
Black with #8C13CB
Text Example
Text Example
White with #8C13CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C13CB; }
p { color: rgb(140,19,203); }
H1.HeaderClassName
{
color: #8C13CB;
}
.AnyTagClassName
{
color: #8C13CB;
}
</style>
background-color css
<style>
a { background-color: #8C13CB; }
a { background-color: rgb(140,19,203); }
div.DivClassName
{
background-color: #8C13CB;
}
.BgClassName
{
background-color: #8C13CB;
}
</style>
border-color css
<style>
span { border-color: #8C13CB; }
span { border-color: rgb(140,19,203); }
td.TdClassName
{
border-color: #8C13CB;
}
.TagClassName
{
border-color: #8C13CB;
}
</style>