Shades of Dark Violet #8A08C9
Tints of Dark Violet #8A08C9
RGB
CMYK
RGB Variations
Color information
#8A08C9 (or 0x8A08C9) is known color: Dark Violet. HEX triplet: 8A, 08 and C9. RGB value is (138,8,201). Sum of RGB (Red+Green+Blue) = 138+8+201=347 (45% of max value = 765). Red value is 138 (54.30% from 255 or 39.77% from 347); Green value is 8 (3.52% from 255 or 2.31% from 347); Blue value is 201 (78.91% from 255 or 57.93% from 347); Max value from RGB is 201 - color contains mainly: blue. Hex color #8A08C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A08C9 is #75F736. Grayscale: #444444. Windows color (decimal): -7730999 or 13174922. OLE color: 13174922.
HSL color Cylindrical-coordinate representation of color #8A08C9: hue angle of 280.41º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8A08C9 is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 8 | 201 | - |
| CMYK | 0.31 | 0.96 | 0 | 0.21 |
| HSL | 280.41º | 0.92% | 0.41% | - |
| HSV(B) | 280.41º | 0.96% | 0.79% | - |
| XYZ | 21.11 | 9.79 | 56.04 | - |
| YUV | 68.87 | 202.57 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 8 | 201 | 0.31 | 0.96 | 0 | 0.21 | 280.41 | 0.92 | 0.41 |
| Hex | 8A | 8 | C9 | 1F | 60 | 0 | 15 | 118 | 5C | 29 |
| Octal | 212 | 10 | 311 | 37 | 140 | 0 | 25 | 430 | 134 | 51 |
| Binary | 10001010 | 1000 | 11001001 | 11111 | 1100000 | 0 | 10101 | 100011000 | 1011100 | 101001 |
Color Harmonies of #8A08C9
Complementary color
Monochromatic Colors of #8A08C9
Black with #8A08C9
Text Example
Text Example
White with #8A08C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A08C9; }
p { color: rgb(138,8,201); }
H1.HeaderClassName
{
color: #8A08C9;
}
.AnyTagClassName
{
color: #8A08C9;
}
</style>
background-color css
<style>
a { background-color: #8A08C9; }
a { background-color: rgb(138,8,201); }
div.DivClassName
{
background-color: #8A08C9;
}
.BgClassName
{
background-color: #8A08C9;
}
</style>
border-color css
<style>
span { border-color: #8A08C9; }
span { border-color: rgb(138,8,201); }
td.TdClassName
{
border-color: #8A08C9;
}
.TagClassName
{
border-color: #8A08C9;
}
</style>