Shades of Dark Orchid #8535BD
Tints of Dark Orchid #8535BD
RGB
CMYK
RGB Variations
Color information
#8535BD (or 0x8535BD) is known color: Dark Orchid. HEX triplet: 85, 35 and BD. RGB value is (133,53,189). Sum of RGB (Red+Green+Blue) = 133+53+189=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 53 (21.09% from 255 or 14.13% from 375); Blue value is 189 (74.22% from 255 or 50.4% from 375); Max value from RGB is 189 - color contains mainly: blue. Hex color #8535BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8535BD is #7ACA42. Grayscale: #5B5B5B. Windows color (decimal): -8047171 or 12400005. OLE color: 12400005.
HSL color Cylindrical-coordinate representation of color #8535BD: hue angle of 275.29º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8535BD is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 53 | 189 | - |
| CMYK | 0.30 | 0.72 | 0 | 0.26 |
| HSL | 275.29º | 0.56% | 0.47% | - |
| HSV(B) | 275.29º | 0.72% | 0.74% | - |
| XYZ | 20.13 | 11.21 | 49.25 | - |
| YUV | 92.42 | 182.5 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 53 | 189 | 0.30 | 0.72 | 0 | 0.26 | 275.29 | 0.56 | 0.47 |
| Hex | 85 | 35 | BD | 1E | 48 | 0 | 1A | 113 | 38 | 2F |
| Octal | 205 | 65 | 275 | 36 | 110 | 0 | 32 | 423 | 70 | 57 |
| Binary | 10000101 | 110101 | 10111101 | 11110 | 1001000 | 0 | 11010 | 100010011 | 111000 | 101111 |
Color Harmonies of #8535BD
Complementary color
Monochromatic Colors of #8535BD
Black with #8535BD
Text Example
Text Example
White with #8535BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8535BD; }
p { color: rgb(133,53,189); }
H1.HeaderClassName
{
color: #8535BD;
}
.AnyTagClassName
{
color: #8535BD;
}
</style>
background-color css
<style>
a { background-color: #8535BD; }
a { background-color: rgb(133,53,189); }
div.DivClassName
{
background-color: #8535BD;
}
.BgClassName
{
background-color: #8535BD;
}
</style>
border-color css
<style>
span { border-color: #8535BD; }
span { border-color: rgb(133,53,189); }
td.TdClassName
{
border-color: #8535BD;
}
.TagClassName
{
border-color: #8535BD;
}
</style>