Shades of Dark Violet #8A09CB
Tints of Dark Violet #8A09CB
RGB
CMYK
RGB Variations
Color information
#8A09CB (or 0x8A09CB) is known color: Dark Violet. HEX triplet: 8A, 09 and CB. RGB value is (138,9,203). Sum of RGB (Red+Green+Blue) = 138+9+203=350 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.43% from 350); Green value is 9 (3.91% from 255 or 2.57% from 350); Blue value is 203 (79.69% from 255 or 58% from 350); Max value from RGB is 203 - color contains mainly: blue. Hex color #8A09CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A09CB is #75F634. Grayscale: #454545. Windows color (decimal): -7730741 or 13306250. OLE color: 13306250.
HSL color Cylindrical-coordinate representation of color #8A09CB: hue angle of 279.9º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8A09CB is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 9 | 203 | - |
| CMYK | 0.32 | 0.96 | 0 | 0.20 |
| HSL | 279.9º | 0.92% | 0.42% | - |
| HSV(B) | 279.9º | 0.96% | 0.8% | - |
| XYZ | 21.36 | 9.91 | 57.29 | - |
| YUV | 69.69 | 203.24 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 9 | 203 | 0.32 | 0.96 | 0 | 0.20 | 279.9 | 0.92 | 0.42 |
| Hex | 8A | 9 | CB | 20 | 60 | 0 | 14 | 118 | 5C | 2A |
| Octal | 212 | 11 | 313 | 40 | 140 | 0 | 24 | 430 | 134 | 52 |
| Binary | 10001010 | 1001 | 11001011 | 100000 | 1100000 | 0 | 10100 | 100011000 | 1011100 | 101010 |
Color Harmonies of #8A09CB
Complementary color
Monochromatic Colors of #8A09CB
Black with #8A09CB
Text Example
Text Example
White with #8A09CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A09CB; }
p { color: rgb(138,9,203); }
H1.HeaderClassName
{
color: #8A09CB;
}
.AnyTagClassName
{
color: #8A09CB;
}
</style>
background-color css
<style>
a { background-color: #8A09CB; }
a { background-color: rgb(138,9,203); }
div.DivClassName
{
background-color: #8A09CB;
}
.BgClassName
{
background-color: #8A09CB;
}
</style>
border-color css
<style>
span { border-color: #8A09CB; }
span { border-color: rgb(138,9,203); }
td.TdClassName
{
border-color: #8A09CB;
}
.TagClassName
{
border-color: #8A09CB;
}
</style>