Shades of Dark Orchid #8A33CE
Tints of Dark Orchid #8A33CE
RGB
CMYK
RGB Variations
Color information
#8A33CE (or 0x8A33CE) is known color: Dark Orchid. HEX triplet: 8A, 33 and CE. RGB value is (138,51,206). Sum of RGB (Red+Green+Blue) = 138+51+206=395 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.94% from 395); Green value is 51 (20.31% from 255 or 12.91% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #8A33CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A33CE is #75CC31. Grayscale: #5E5E5E. Windows color (decimal): -7719986 or 13513610. OLE color: 13513610.
HSL color Cylindrical-coordinate representation of color #8A33CE: hue angle of 273.68º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8A33CE is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 51 | 206 | - |
| CMYK | 0.33 | 0.75 | 0 | 0.19 |
| HSL | 273.68º | 0.61% | 0.5% | - |
| HSV(B) | 273.68º | 0.75% | 0.81% | - |
| XYZ | 22.81 | 12.23 | 59.55 | - |
| YUV | 94.68 | 190.82 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 51 | 206 | 0.33 | 0.75 | 0 | 0.19 | 273.68 | 0.61 | 0.5 |
| Hex | 8A | 33 | CE | 21 | 4B | 0 | 13 | 112 | 3D | 32 |
| Octal | 212 | 63 | 316 | 41 | 113 | 0 | 23 | 422 | 75 | 62 |
| Binary | 10001010 | 110011 | 11001110 | 100001 | 1001011 | 0 | 10011 | 100010010 | 111101 | 110010 |
Color Harmonies of #8A33CE
Complementary color
Monochromatic Colors of #8A33CE
Black with #8A33CE
Text Example
Text Example
White with #8A33CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A33CE; }
p { color: rgb(138,51,206); }
H1.HeaderClassName
{
color: #8A33CE;
}
.AnyTagClassName
{
color: #8A33CE;
}
</style>
background-color css
<style>
a { background-color: #8A33CE; }
a { background-color: rgb(138,51,206); }
div.DivClassName
{
background-color: #8A33CE;
}
.BgClassName
{
background-color: #8A33CE;
}
</style>
border-color css
<style>
span { border-color: #8A33CE; }
span { border-color: rgb(138,51,206); }
td.TdClassName
{
border-color: #8A33CE;
}
.TagClassName
{
border-color: #8A33CE;
}
</style>