Shades of Dark Orchid #8A3FC8
Tints of Dark Orchid #8A3FC8
RGB
CMYK
RGB Variations
Color information
#8A3FC8 (or 0x8A3FC8) is known color: Dark Orchid. HEX triplet: 8A, 3F and C8. RGB value is (138,63,200). Sum of RGB (Red+Green+Blue) = 138+63+200=401 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.41% from 401); Green value is 63 (25% from 255 or 15.71% from 401); Blue value is 200 (78.52% from 255 or 49.88% from 401); Max value from RGB is 200 - color contains mainly: blue. Hex color #8A3FC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A3FC8 is #75C037. Grayscale: #646464. Windows color (decimal): -7716920 or 13123466. OLE color: 13123466.
HSL color Cylindrical-coordinate representation of color #8A3FC8: hue angle of 272.85º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8A3FC8 is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 138 | 63 | 200 | - |
| CMYK | 0.31 | 0.68 | 0 | 0.22 |
| HSL | 272.85º | 0.55% | 0.52% | - |
| HSV(B) | 272.85º | 0.69% | 0.78% | - |
| XYZ | 22.68 | 13.13 | 55.98 | - |
| YUV | 101.04 | 183.85 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 63 | 200 | 0.31 | 0.68 | 0 | 0.22 | 272.85 | 0.55 | 0.52 |
| Hex | 8A | 3F | C8 | 1F | 44 | 0 | 16 | 111 | 37 | 34 |
| Octal | 212 | 77 | 310 | 37 | 104 | 0 | 26 | 421 | 67 | 64 |
| Binary | 10001010 | 111111 | 11001000 | 11111 | 1000100 | 0 | 10110 | 100010001 | 110111 | 110100 |
Color Harmonies of #8A3FC8
Complementary color
Monochromatic Colors of #8A3FC8
Black with #8A3FC8
Text Example
Text Example
White with #8A3FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3FC8; }
p { color: rgb(138,63,200); }
H1.HeaderClassName
{
color: #8A3FC8;
}
.AnyTagClassName
{
color: #8A3FC8;
}
</style>
background-color css
<style>
a { background-color: #8A3FC8; }
a { background-color: rgb(138,63,200); }
div.DivClassName
{
background-color: #8A3FC8;
}
.BgClassName
{
background-color: #8A3FC8;
}
</style>
border-color css
<style>
span { border-color: #8A3FC8; }
span { border-color: rgb(138,63,200); }
td.TdClassName
{
border-color: #8A3FC8;
}
.TagClassName
{
border-color: #8A3FC8;
}
</style>