Shades of Dark Orchid #8538CC
Tints of Dark Orchid #8538CC
RGB
CMYK
RGB Variations
Color information
#8538CC (or 0x8538CC) is known color: Dark Orchid. HEX triplet: 85, 38 and CC. RGB value is (133,56,204). Sum of RGB (Red+Green+Blue) = 133+56+204=393 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.84% from 393); Green value is 56 (22.27% from 255 or 14.25% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #8538CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8538CC is #7AC733. Grayscale: #5F5F5F. Windows color (decimal): -8046388 or 13383813. OLE color: 13383813.
HSL color Cylindrical-coordinate representation of color #8538CC: hue angle of 271.22º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8538CC is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 56 | 204 | - |
| CMYK | 0.35 | 0.73 | 0 | 0.2 |
| HSL | 271.22º | 0.59% | 0.51% | - |
| HSV(B) | 271.22º | 0.73% | 0.8% | - |
| XYZ | 21.99 | 12.17 | 58.32 | - |
| YUV | 95.9 | 189.01 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 56 | 204 | 0.35 | 0.73 | 0 | 0.2 | 271.22 | 0.59 | 0.51 |
| Hex | 85 | 38 | CC | 23 | 49 | 0 | 14 | 10F | 3B | 33 |
| Octal | 205 | 70 | 314 | 43 | 111 | 0 | 24 | 417 | 73 | 63 |
| Binary | 10000101 | 111000 | 11001100 | 100011 | 1001001 | 0 | 10100 | 100001111 | 111011 | 110011 |
Color Harmonies of #8538CC
Complementary color
Monochromatic Colors of #8538CC
Black with #8538CC
Text Example
Text Example
White with #8538CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8538CC; }
p { color: rgb(133,56,204); }
H1.HeaderClassName
{
color: #8538CC;
}
.AnyTagClassName
{
color: #8538CC;
}
</style>
background-color css
<style>
a { background-color: #8538CC; }
a { background-color: rgb(133,56,204); }
div.DivClassName
{
background-color: #8538CC;
}
.BgClassName
{
background-color: #8538CC;
}
</style>
border-color css
<style>
span { border-color: #8538CC; }
span { border-color: rgb(133,56,204); }
td.TdClassName
{
border-color: #8538CC;
}
.TagClassName
{
border-color: #8538CC;
}
</style>