Shades of Dark Orchid #8A2FB2
Tints of Dark Orchid #8A2FB2
RGB
CMYK
RGB Variations
Color information
#8A2FB2 (or 0x8A2FB2) is known color: Dark Orchid. HEX triplet: 8A, 2F and B2. RGB value is (138,47,178). Sum of RGB (Red+Green+Blue) = 138+47+178=363 (48% of max value = 765). Red value is 138 (54.30% from 255 or 38.02% from 363); Green value is 47 (18.75% from 255 or 12.95% from 363); Blue value is 178 (69.92% from 255 or 49.04% from 363); Max value from RGB is 178 - color contains mainly: blue. Hex color #8A2FB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A2FB2 is #75D04D. Grayscale: #585858. Windows color (decimal): -7721038 or 11677578. OLE color: 11677578.
HSL color Cylindrical-coordinate representation of color #8A2FB2: hue angle of 281.68º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8A2FB2 is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 138 | 47 | 178 | - |
| CMYK | 0.22 | 0.74 | 0 | 0.30 |
| HSL | 281.68º | 0.58% | 0.44% | - |
| HSV(B) | 281.68º | 0.74% | 0.7% | - |
| XYZ | 19.53 | 10.65 | 43.15 | - |
| YUV | 89.14 | 178.15 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 47 | 178 | 0.22 | 0.74 | 0 | 0.30 | 281.68 | 0.58 | 0.44 |
| Hex | 8A | 2F | B2 | 16 | 4A | 0 | 1E | 11A | 3A | 2C |
| Octal | 212 | 57 | 262 | 26 | 112 | 0 | 36 | 432 | 72 | 54 |
| Binary | 10001010 | 101111 | 10110010 | 10110 | 1001010 | 0 | 11110 | 100011010 | 111010 | 101100 |
Color Harmonies of #8A2FB2
Complementary color
Monochromatic Colors of #8A2FB2
Black with #8A2FB2
Text Example
Text Example
White with #8A2FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2FB2; }
p { color: rgb(138,47,178); }
H1.HeaderClassName
{
color: #8A2FB2;
}
.AnyTagClassName
{
color: #8A2FB2;
}
</style>
background-color css
<style>
a { background-color: #8A2FB2; }
a { background-color: rgb(138,47,178); }
div.DivClassName
{
background-color: #8A2FB2;
}
.BgClassName
{
background-color: #8A2FB2;
}
</style>
border-color css
<style>
span { border-color: #8A2FB2; }
span { border-color: rgb(138,47,178); }
td.TdClassName
{
border-color: #8A2FB2;
}
.TagClassName
{
border-color: #8A2FB2;
}
</style>