Shades of Dark Orchid #8541C9
Tints of Dark Orchid #8541C9
RGB
CMYK
RGB Variations
Color information
#8541C9 (or 0x8541C9) is known color: Dark Orchid. HEX triplet: 85, 41 and C9. RGB value is (133,65,201). Sum of RGB (Red+Green+Blue) = 133+65+201=399 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.33% from 399); Green value is 65 (25.78% from 255 or 16.29% from 399); Blue value is 201 (78.91% from 255 or 50.38% from 399); Max value from RGB is 201 - color contains mainly: blue. Hex color #8541C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8541C9 is #7ABE36. Grayscale: #646464. Windows color (decimal): -8044087 or 13189509. OLE color: 13189509.
HSL color Cylindrical-coordinate representation of color #8541C9: hue angle of 270º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8541C9 is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 65 | 201 | - |
| CMYK | 0.34 | 0.68 | 0 | 0.21 |
| HSL | 270º | 0.56% | 0.52% | - |
| HSV(B) | 270º | 0.68% | 0.79% | - |
| XYZ | 22.11 | 12.98 | 56.6 | - |
| YUV | 100.84 | 184.53 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 65 | 201 | 0.34 | 0.68 | 0 | 0.21 | 270 | 0.56 | 0.52 |
| Hex | 85 | 41 | C9 | 22 | 44 | 0 | 15 | 10E | 38 | 34 |
| Octal | 205 | 101 | 311 | 42 | 104 | 0 | 25 | 416 | 70 | 64 |
| Binary | 10000101 | 1000001 | 11001001 | 100010 | 1000100 | 0 | 10101 | 100001110 | 111000 | 110100 |
Color Harmonies of #8541C9
Complementary color
Monochromatic Colors of #8541C9
Black with #8541C9
Text Example
Text Example
White with #8541C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8541C9; }
p { color: rgb(133,65,201); }
H1.HeaderClassName
{
color: #8541C9;
}
.AnyTagClassName
{
color: #8541C9;
}
</style>
background-color css
<style>
a { background-color: #8541C9; }
a { background-color: rgb(133,65,201); }
div.DivClassName
{
background-color: #8541C9;
}
.BgClassName
{
background-color: #8541C9;
}
</style>
border-color css
<style>
span { border-color: #8541C9; }
span { border-color: rgb(133,65,201); }
td.TdClassName
{
border-color: #8541C9;
}
.TagClassName
{
border-color: #8541C9;
}
</style>