Shades of Dark Violet #8A07CB
Tints of Dark Violet #8A07CB
RGB
CMYK
RGB Variations
Color information
#8A07CB (or 0x8A07CB) is known color: Dark Violet. HEX triplet: 8A, 07 and CB. RGB value is (138,7,203). Sum of RGB (Red+Green+Blue) = 138+7+203=348 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.66% from 348); Green value is 7 (3.12% from 255 or 2.01% from 348); Blue value is 203 (79.69% from 255 or 58.33% from 348); Max value from RGB is 203 - color contains mainly: blue. Hex color #8A07CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A07CB is #75F834. Grayscale: #434343. Windows color (decimal): -7731253 or 13305738. OLE color: 13305738.
HSL color Cylindrical-coordinate representation of color #8A07CB: hue angle of 280.1º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8A07CB is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 7 | 203 | - |
| CMYK | 0.32 | 0.97 | 0 | 0.20 |
| HSL | 280.1º | 0.93% | 0.41% | - |
| HSV(B) | 280.1º | 0.97% | 0.8% | - |
| XYZ | 21.34 | 9.87 | 57.28 | - |
| YUV | 68.51 | 203.9 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 7 | 203 | 0.32 | 0.97 | 0 | 0.20 | 280.1 | 0.93 | 0.41 |
| Hex | 8A | 7 | CB | 20 | 61 | 0 | 14 | 118 | 5D | 29 |
| Octal | 212 | 7 | 313 | 40 | 141 | 0 | 24 | 430 | 135 | 51 |
| Binary | 10001010 | 111 | 11001011 | 100000 | 1100001 | 0 | 10100 | 100011000 | 1011101 | 101001 |
Color Harmonies of #8A07CB
Complementary color
Monochromatic Colors of #8A07CB
Black with #8A07CB
Text Example
Text Example
White with #8A07CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A07CB; }
p { color: rgb(138,7,203); }
H1.HeaderClassName
{
color: #8A07CB;
}
.AnyTagClassName
{
color: #8A07CB;
}
</style>
background-color css
<style>
a { background-color: #8A07CB; }
a { background-color: rgb(138,7,203); }
div.DivClassName
{
background-color: #8A07CB;
}
.BgClassName
{
background-color: #8A07CB;
}
</style>
border-color css
<style>
span { border-color: #8A07CB; }
span { border-color: rgb(138,7,203); }
td.TdClassName
{
border-color: #8A07CB;
}
.TagClassName
{
border-color: #8A07CB;
}
</style>