Shades of Dark Orchid #8535BC
Tints of Dark Orchid #8535BC
RGB
CMYK
RGB Variations
Color information
#8535BC (or 0x8535BC) is known color: Dark Orchid. HEX triplet: 85, 35 and BC. RGB value is (133,53,188). Sum of RGB (Red+Green+Blue) = 133+53+188=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 53 (21.09% from 255 or 14.17% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #8535BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8535BC is #7ACA43. Grayscale: #5B5B5B. Windows color (decimal): -8047172 or 12334469. OLE color: 12334469.
HSL color Cylindrical-coordinate representation of color #8535BC: hue angle of 275.56º 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 #8535BC is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 53 | 188 | - |
| CMYK | 0.29 | 0.72 | 0 | 0.26 |
| HSL | 275.56º | 0.56% | 0.47% | - |
| HSV(B) | 275.56º | 0.72% | 0.74% | - |
| XYZ | 20.02 | 11.16 | 48.68 | - |
| YUV | 92.31 | 182 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 53 | 188 | 0.29 | 0.72 | 0 | 0.26 | 275.56 | 0.56 | 0.47 |
| Hex | 85 | 35 | BC | 1D | 48 | 0 | 1A | 114 | 38 | 2F |
| Octal | 205 | 65 | 274 | 35 | 110 | 0 | 32 | 424 | 70 | 57 |
| Binary | 10000101 | 110101 | 10111100 | 11101 | 1001000 | 0 | 11010 | 100010100 | 111000 | 101111 |
Color Harmonies of #8535BC
Complementary color
Monochromatic Colors of #8535BC
Black with #8535BC
Text Example
Text Example
White with #8535BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8535BC; }
p { color: rgb(133,53,188); }
H1.HeaderClassName
{
color: #8535BC;
}
.AnyTagClassName
{
color: #8535BC;
}
</style>
background-color css
<style>
a { background-color: #8535BC; }
a { background-color: rgb(133,53,188); }
div.DivClassName
{
background-color: #8535BC;
}
.BgClassName
{
background-color: #8535BC;
}
</style>
border-color css
<style>
span { border-color: #8535BC; }
span { border-color: rgb(133,53,188); }
td.TdClassName
{
border-color: #8535BC;
}
.TagClassName
{
border-color: #8535BC;
}
</style>