Shades of Dark Violet #8A00CC
Tints of Dark Violet #8A00CC
RGB
CMYK
RGB Variations
Color information
#8A00CC (or 0x8A00CC) is known color: Dark Violet. HEX triplet: 8A, 00 and CC. RGB value is (138,0,204). Sum of RGB (Red+Green+Blue) = 138+0+204=342 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.35% from 342); Green value is 0 (0.39% from 255 or 0% from 342); Blue value is 204 (80.08% from 255 or 59.65% from 342); Max value from RGB is 204 - color contains mainly: blue. Hex color #8A00CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A00CC is #75FF33. Grayscale: #3F3F3F. Windows color (decimal): -7733044 or 13369482. OLE color: 13369482.
HSL color Cylindrical-coordinate representation of color #8A00CC: hue angle of 280.59º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8A00CC is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 138 | 0 | 204 | - |
| CMYK | 0.32 | 1 | 0 | 0.2 |
| HSL | 280.59º | 1% | 0.4% | - |
| HSV(B) | 280.59º | 1% | 0.8% | - |
| XYZ | 21.38 | 9.76 | 57.88 | - |
| YUV | 64.52 | 206.72 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 0 | 204 | 0.32 | 1 | 0 | 0.2 | 280.59 | 1 | 0.4 |
| Hex | 8A | 0 | CC | 20 | 64 | 0 | 14 | 119 | 64 | 28 |
| Octal | 212 | 0 | 314 | 40 | 144 | 0 | 24 | 431 | 144 | 50 |
| Binary | 10001010 | 0 | 11001100 | 100000 | 1100100 | 0 | 10100 | 100011001 | 1100100 | 101000 |
Color Harmonies of #8A00CC
Complementary color
Monochromatic Colors of #8A00CC
Black with #8A00CC
Text Example
Text Example
White with #8A00CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A00CC; }
p { color: rgb(138,0,204); }
H1.HeaderClassName
{
color: #8A00CC;
}
.AnyTagClassName
{
color: #8A00CC;
}
</style>
background-color css
<style>
a { background-color: #8A00CC; }
a { background-color: rgb(138,0,204); }
div.DivClassName
{
background-color: #8A00CC;
}
.BgClassName
{
background-color: #8A00CC;
}
</style>
border-color css
<style>
span { border-color: #8A00CC; }
span { border-color: rgb(138,0,204); }
td.TdClassName
{
border-color: #8A00CC;
}
.TagClassName
{
border-color: #8A00CC;
}
</style>