Shades of Dark Violet #8C05B3
Tints of Dark Violet #8C05B3
RGB
CMYK
RGB Variations
Color information
#8C05B3 (or 0x8C05B3) is known color: Dark Violet. HEX triplet: 8C, 05 and B3. RGB value is (140,5,179). Sum of RGB (Red+Green+Blue) = 140+5+179=324 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.21% from 324); Green value is 5 (2.34% from 255 or 1.54% from 324); Blue value is 179 (70.31% from 255 or 55.25% from 324); Max value from RGB is 179 - color contains mainly: blue. Hex color #8C05B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C05B3 is #73FA4C. Grayscale: #404040. Windows color (decimal): -7600717 or 11732364. OLE color: 11732364.
HSL color Cylindrical-coordinate representation of color #8C05B3: hue angle of 286.55º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8C05B3 is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 140 | 5 | 179 | - |
| CMYK | 0.22 | 0.97 | 0 | 0.30 |
| HSL | 286.55º | 0.95% | 0.36% | - |
| HSV(B) | 286.55º | 0.97% | 0.7% | - |
| XYZ | 19.01 | 8.94 | 43.37 | - |
| YUV | 65.2 | 192.23 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 5 | 179 | 0.22 | 0.97 | 0 | 0.30 | 286.55 | 0.95 | 0.36 |
| Hex | 8C | 5 | B3 | 16 | 61 | 0 | 1E | 11F | 5F | 24 |
| Octal | 214 | 5 | 263 | 26 | 141 | 0 | 36 | 437 | 137 | 44 |
| Binary | 10001100 | 101 | 10110011 | 10110 | 1100001 | 0 | 11110 | 100011111 | 1011111 | 100100 |
Color Harmonies of #8C05B3
Complementary color
Monochromatic Colors of #8C05B3
Black with #8C05B3
Text Example
Text Example
White with #8C05B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C05B3; }
p { color: rgb(140,5,179); }
H1.HeaderClassName
{
color: #8C05B3;
}
.AnyTagClassName
{
color: #8C05B3;
}
</style>
background-color css
<style>
a { background-color: #8C05B3; }
a { background-color: rgb(140,5,179); }
div.DivClassName
{
background-color: #8C05B3;
}
.BgClassName
{
background-color: #8C05B3;
}
</style>
border-color css
<style>
span { border-color: #8C05B3; }
span { border-color: rgb(140,5,179); }
td.TdClassName
{
border-color: #8C05B3;
}
.TagClassName
{
border-color: #8C05B3;
}
</style>