Shades of Dark Orchid #8538CB
Tints of Dark Orchid #8538CB
RGB
CMYK
RGB Variations
Color information
#8538CB (or 0x8538CB) is known color: Dark Orchid. HEX triplet: 85, 38 and CB. RGB value is (133,56,203). Sum of RGB (Red+Green+Blue) = 133+56+203=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 56 (22.27% from 255 or 14.29% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #8538CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8538CB is #7AC734. Grayscale: #5F5F5F. Windows color (decimal): -8046389 or 13318277. OLE color: 13318277.
HSL color Cylindrical-coordinate representation of color #8538CB: hue angle of 271.43º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8538CB is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 56 | 203 | - |
| CMYK | 0.34 | 0.72 | 0 | 0.20 |
| HSL | 271.43º | 0.59% | 0.51% | - |
| HSV(B) | 271.43º | 0.72% | 0.8% | - |
| XYZ | 21.87 | 12.13 | 57.69 | - |
| YUV | 95.78 | 188.51 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 56 | 203 | 0.34 | 0.72 | 0 | 0.20 | 271.43 | 0.59 | 0.51 |
| Hex | 85 | 38 | CB | 22 | 48 | 0 | 14 | 10F | 3B | 33 |
| Octal | 205 | 70 | 313 | 42 | 110 | 0 | 24 | 417 | 73 | 63 |
| Binary | 10000101 | 111000 | 11001011 | 100010 | 1001000 | 0 | 10100 | 100001111 | 111011 | 110011 |
Color Harmonies of #8538CB
Complementary color
Monochromatic Colors of #8538CB
Black with #8538CB
Text Example
Text Example
White with #8538CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8538CB; }
p { color: rgb(133,56,203); }
H1.HeaderClassName
{
color: #8538CB;
}
.AnyTagClassName
{
color: #8538CB;
}
</style>
background-color css
<style>
a { background-color: #8538CB; }
a { background-color: rgb(133,56,203); }
div.DivClassName
{
background-color: #8538CB;
}
.BgClassName
{
background-color: #8538CB;
}
</style>
border-color css
<style>
span { border-color: #8538CB; }
span { border-color: rgb(133,56,203); }
td.TdClassName
{
border-color: #8538CB;
}
.TagClassName
{
border-color: #8538CB;
}
</style>