Shades of Dark Violet #8A08C2
Tints of Dark Violet #8A08C2
RGB
CMYK
RGB Variations
Color information
#8A08C2 (or 0x8A08C2) is known color: Dark Violet. HEX triplet: 8A, 08 and C2. RGB value is (138,8,194). Sum of RGB (Red+Green+Blue) = 138+8+194=340 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.59% from 340); Green value is 8 (3.52% from 255 or 2.35% from 340); Blue value is 194 (76.17% from 255 or 57.06% from 340); Max value from RGB is 194 - color contains mainly: blue. Hex color #8A08C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A08C2 is #75F73D. Grayscale: #434343. Windows color (decimal): -7731006 or 12716170. OLE color: 12716170.
HSL color Cylindrical-coordinate representation of color #8A08C2: hue angle of 281.94º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8A08C2 is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 8 | 194 | - |
| CMYK | 0.29 | 0.96 | 0 | 0.24 |
| HSL | 281.94º | 0.92% | 0.4% | - |
| HSV(B) | 281.94º | 0.96% | 0.76% | - |
| XYZ | 20.31 | 9.47 | 51.8 | - |
| YUV | 68.07 | 199.07 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 8 | 194 | 0.29 | 0.96 | 0 | 0.24 | 281.94 | 0.92 | 0.4 |
| Hex | 8A | 8 | C2 | 1D | 60 | 0 | 18 | 11A | 5C | 28 |
| Octal | 212 | 10 | 302 | 35 | 140 | 0 | 30 | 432 | 134 | 50 |
| Binary | 10001010 | 1000 | 11000010 | 11101 | 1100000 | 0 | 11000 | 100011010 | 1011100 | 101000 |
Color Harmonies of #8A08C2
Complementary color
Monochromatic Colors of #8A08C2
Black with #8A08C2
Text Example
Text Example
White with #8A08C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A08C2; }
p { color: rgb(138,8,194); }
H1.HeaderClassName
{
color: #8A08C2;
}
.AnyTagClassName
{
color: #8A08C2;
}
</style>
background-color css
<style>
a { background-color: #8A08C2; }
a { background-color: rgb(138,8,194); }
div.DivClassName
{
background-color: #8A08C2;
}
.BgClassName
{
background-color: #8A08C2;
}
</style>
border-color css
<style>
span { border-color: #8A08C2; }
span { border-color: rgb(138,8,194); }
td.TdClassName
{
border-color: #8A08C2;
}
.TagClassName
{
border-color: #8A08C2;
}
</style>