Shades of Dark Violet #8A0BCF
Tints of Dark Violet #8A0BCF
RGB
CMYK
RGB Variations
Color information
#8A0BCF (or 0x8A0BCF) is known color: Dark Violet. HEX triplet: 8A, 0B and CF. RGB value is (138,11,207). Sum of RGB (Red+Green+Blue) = 138+11+207=356 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.76% from 356); Green value is 11 (4.69% from 255 or 3.09% from 356); Blue value is 207 (81.25% from 255 or 58.15% from 356); Max value from RGB is 207 - color contains mainly: blue. Hex color #8A0BCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A0BCF is #75F430. Grayscale: #464646. Windows color (decimal): -7730225 or 13568906. OLE color: 13568906.
HSL color Cylindrical-coordinate representation of color #8A0BCF: hue angle of 278.88º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8A0BCF is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 11 | 207 | - |
| CMYK | 0.33 | 0.95 | 0 | 0.19 |
| HSL | 278.88º | 0.9% | 0.43% | - |
| HSV(B) | 278.88º | 0.95% | 0.81% | - |
| XYZ | 21.86 | 10.15 | 59.84 | - |
| YUV | 71.32 | 204.58 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 11 | 207 | 0.33 | 0.95 | 0 | 0.19 | 278.88 | 0.9 | 0.43 |
| Hex | 8A | B | CF | 21 | 5F | 0 | 13 | 117 | 5A | 2B |
| Octal | 212 | 13 | 317 | 41 | 137 | 0 | 23 | 427 | 132 | 53 |
| Binary | 10001010 | 1011 | 11001111 | 100001 | 1011111 | 0 | 10011 | 100010111 | 1011010 | 101011 |
Color Harmonies of #8A0BCF
Complementary color
Monochromatic Colors of #8A0BCF
Black with #8A0BCF
Text Example
Text Example
White with #8A0BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0BCF; }
p { color: rgb(138,11,207); }
H1.HeaderClassName
{
color: #8A0BCF;
}
.AnyTagClassName
{
color: #8A0BCF;
}
</style>
background-color css
<style>
a { background-color: #8A0BCF; }
a { background-color: rgb(138,11,207); }
div.DivClassName
{
background-color: #8A0BCF;
}
.BgClassName
{
background-color: #8A0BCF;
}
</style>
border-color css
<style>
span { border-color: #8A0BCF; }
span { border-color: rgb(138,11,207); }
td.TdClassName
{
border-color: #8A0BCF;
}
.TagClassName
{
border-color: #8A0BCF;
}
</style>