Shades of Dark Violet #8A09B4
Tints of Dark Violet #8A09B4
RGB
CMYK
RGB Variations
Color information
#8A09B4 (or 0x8A09B4) is known color: Dark Violet. HEX triplet: 8A, 09 and B4. RGB value is (138,9,180). Sum of RGB (Red+Green+Blue) = 138+9+180=327 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.20% from 327); Green value is 9 (3.91% from 255 or 2.75% from 327); Blue value is 180 (70.70% from 255 or 55.05% from 327); Max value from RGB is 180 - color contains mainly: blue. Hex color #8A09B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A09B4 is #75F64B. Grayscale: #424242. Windows color (decimal): -7730764 or 11798922. OLE color: 11798922.
HSL color Cylindrical-coordinate representation of color #8A09B4: hue angle of 285.26º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8A09B4 is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 9 | 180 | - |
| CMYK | 0.23 | 0.95 | 0 | 0.29 |
| HSL | 285.26º | 0.9% | 0.37% | - |
| HSV(B) | 285.26º | 0.95% | 0.71% | - |
| XYZ | 18.82 | 8.89 | 43.9 | - |
| YUV | 67.07 | 191.74 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 9 | 180 | 0.23 | 0.95 | 0 | 0.29 | 285.26 | 0.9 | 0.37 |
| Hex | 8A | 9 | B4 | 17 | 5F | 0 | 1D | 11D | 5A | 25 |
| Octal | 212 | 11 | 264 | 27 | 137 | 0 | 35 | 435 | 132 | 45 |
| Binary | 10001010 | 1001 | 10110100 | 10111 | 1011111 | 0 | 11101 | 100011101 | 1011010 | 100101 |
Color Harmonies of #8A09B4
Complementary color
Monochromatic Colors of #8A09B4
Black with #8A09B4
Text Example
Text Example
White with #8A09B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A09B4; }
p { color: rgb(138,9,180); }
H1.HeaderClassName
{
color: #8A09B4;
}
.AnyTagClassName
{
color: #8A09B4;
}
</style>
background-color css
<style>
a { background-color: #8A09B4; }
a { background-color: rgb(138,9,180); }
div.DivClassName
{
background-color: #8A09B4;
}
.BgClassName
{
background-color: #8A09B4;
}
</style>
border-color css
<style>
span { border-color: #8A09B4; }
span { border-color: rgb(138,9,180); }
td.TdClassName
{
border-color: #8A09B4;
}
.TagClassName
{
border-color: #8A09B4;
}
</style>