Shades of Dark Orchid #8538C9
Tints of Dark Orchid #8538C9
RGB
CMYK
RGB Variations
Color information
#8538C9 (or 0x8538C9) is known color: Dark Orchid. HEX triplet: 85, 38 and C9. RGB value is (133,56,201). Sum of RGB (Red+Green+Blue) = 133+56+201=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 56 (22.27% from 255 or 14.36% from 390); Blue value is 201 (78.91% from 255 or 51.54% from 390); Max value from RGB is 201 - color contains mainly: blue. Hex color #8538C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8538C9 is #7AC736. Grayscale: #5F5F5F. Windows color (decimal): -8046391 or 13187205. OLE color: 13187205.
HSL color Cylindrical-coordinate representation of color #8538C9: hue angle of 271.86º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8538C9 is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 56 | 201 | - |
| CMYK | 0.34 | 0.72 | 0 | 0.21 |
| HSL | 271.86º | 0.57% | 0.5% | - |
| HSV(B) | 271.86º | 0.72% | 0.79% | - |
| XYZ | 21.63 | 12.03 | 56.44 | - |
| YUV | 95.55 | 187.51 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 56 | 201 | 0.34 | 0.72 | 0 | 0.21 | 271.86 | 0.57 | 0.5 |
| Hex | 85 | 38 | C9 | 22 | 48 | 0 | 15 | 110 | 39 | 32 |
| Octal | 205 | 70 | 311 | 42 | 110 | 0 | 25 | 420 | 71 | 62 |
| Binary | 10000101 | 111000 | 11001001 | 100010 | 1001000 | 0 | 10101 | 100010000 | 111001 | 110010 |
Color Harmonies of #8538C9
Complementary color
Monochromatic Colors of #8538C9
Black with #8538C9
Text Example
Text Example
White with #8538C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8538C9; }
p { color: rgb(133,56,201); }
H1.HeaderClassName
{
color: #8538C9;
}
.AnyTagClassName
{
color: #8538C9;
}
</style>
background-color css
<style>
a { background-color: #8538C9; }
a { background-color: rgb(133,56,201); }
div.DivClassName
{
background-color: #8538C9;
}
.BgClassName
{
background-color: #8538C9;
}
</style>
border-color css
<style>
span { border-color: #8538C9; }
span { border-color: rgb(133,56,201); }
td.TdClassName
{
border-color: #8538C9;
}
.TagClassName
{
border-color: #8538C9;
}
</style>