Shades of Dark Orchid #8C33C2
Tints of Dark Orchid #8C33C2
RGB
CMYK
RGB Variations
Color information
#8C33C2 (or 0x8C33C2) is known color: Dark Orchid. HEX triplet: 8C, 33 and C2. RGB value is (140,51,194). Sum of RGB (Red+Green+Blue) = 140+51+194=385 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.36% from 385); Green value is 51 (20.31% from 255 or 13.25% from 385); Blue value is 194 (76.17% from 255 or 50.39% from 385); Max value from RGB is 194 - color contains mainly: blue. Hex color #8C33C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C33C2 is #73CC3D. Grayscale: #5D5D5D. Windows color (decimal): -7588926 or 12727180. OLE color: 12727180.
HSL color Cylindrical-coordinate representation of color #8C33C2: hue angle of 277.34º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8C33C2 is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 51 | 194 | - |
| CMYK | 0.28 | 0.74 | 0 | 0.24 |
| HSL | 277.34º | 0.58% | 0.48% | - |
| HSV(B) | 277.34º | 0.74% | 0.76% | - |
| XYZ | 21.74 | 11.84 | 52.18 | - |
| YUV | 93.91 | 184.49 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 51 | 194 | 0.28 | 0.74 | 0 | 0.24 | 277.34 | 0.58 | 0.48 |
| Hex | 8C | 33 | C2 | 1C | 4A | 0 | 18 | 115 | 3A | 30 |
| Octal | 214 | 63 | 302 | 34 | 112 | 0 | 30 | 425 | 72 | 60 |
| Binary | 10001100 | 110011 | 11000010 | 11100 | 1001010 | 0 | 11000 | 100010101 | 111010 | 110000 |
Color Harmonies of #8C33C2
Complementary color
Monochromatic Colors of #8C33C2
Black with #8C33C2
Text Example
Text Example
White with #8C33C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C33C2; }
p { color: rgb(140,51,194); }
H1.HeaderClassName
{
color: #8C33C2;
}
.AnyTagClassName
{
color: #8C33C2;
}
</style>
background-color css
<style>
a { background-color: #8C33C2; }
a { background-color: rgb(140,51,194); }
div.DivClassName
{
background-color: #8C33C2;
}
.BgClassName
{
background-color: #8C33C2;
}
</style>
border-color css
<style>
span { border-color: #8C33C2; }
span { border-color: rgb(140,51,194); }
td.TdClassName
{
border-color: #8C33C2;
}
.TagClassName
{
border-color: #8C33C2;
}
</style>