Shades of Dark Violet #8C09B4
Tints of Dark Violet #8C09B4
RGB
CMYK
RGB Variations
Color information
#8C09B4 (or 0x8C09B4) is known color: Dark Violet. HEX triplet: 8C, 09 and B4. RGB value is (140,9,180). Sum of RGB (Red+Green+Blue) = 140+9+180=329 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.55% from 329); Green value is 9 (3.91% from 255 or 2.74% from 329); Blue value is 180 (70.70% from 255 or 54.71% from 329); Max value from RGB is 180 - color contains mainly: blue. Hex color #8C09B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C09B4 is #73F64B. Grayscale: #434343. Windows color (decimal): -7599692 or 11798924. OLE color: 11798924.
HSL color Cylindrical-coordinate representation of color #8C09B4: hue angle of 285.96º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8C09B4 is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 9 | 180 | - |
| CMYK | 0.22 | 0.95 | 0 | 0.29 |
| HSL | 285.96º | 0.9% | 0.37% | - |
| HSV(B) | 285.96º | 0.95% | 0.71% | - |
| XYZ | 19.15 | 9.07 | 43.92 | - |
| YUV | 67.66 | 191.4 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 9 | 180 | 0.22 | 0.95 | 0 | 0.29 | 285.96 | 0.9 | 0.37 |
| Hex | 8C | 9 | B4 | 16 | 5F | 0 | 1D | 11E | 5A | 25 |
| Octal | 214 | 11 | 264 | 26 | 137 | 0 | 35 | 436 | 132 | 45 |
| Binary | 10001100 | 1001 | 10110100 | 10110 | 1011111 | 0 | 11101 | 100011110 | 1011010 | 100101 |
Color Harmonies of #8C09B4
Complementary color
Monochromatic Colors of #8C09B4
Black with #8C09B4
Text Example
Text Example
White with #8C09B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C09B4; }
p { color: rgb(140,9,180); }
H1.HeaderClassName
{
color: #8C09B4;
}
.AnyTagClassName
{
color: #8C09B4;
}
</style>
background-color css
<style>
a { background-color: #8C09B4; }
a { background-color: rgb(140,9,180); }
div.DivClassName
{
background-color: #8C09B4;
}
.BgClassName
{
background-color: #8C09B4;
}
</style>
border-color css
<style>
span { border-color: #8C09B4; }
span { border-color: rgb(140,9,180); }
td.TdClassName
{
border-color: #8C09B4;
}
.TagClassName
{
border-color: #8C09B4;
}
</style>