Shades of Dark Orchid #8532BF
Tints of Dark Orchid #8532BF
RGB
CMYK
RGB Variations
Color information
#8532BF (or 0x8532BF) is known color: Dark Orchid. HEX triplet: 85, 32 and BF. RGB value is (133,50,191). Sum of RGB (Red+Green+Blue) = 133+50+191=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 50 (19.92% from 255 or 13.37% from 374); Blue value is 191 (75% from 255 or 51.07% from 374); Max value from RGB is 191 - color contains mainly: blue. Hex color #8532BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8532BF is #7ACD40. Grayscale: #5A5A5A. Windows color (decimal): -8047937 or 12530309. OLE color: 12530309.
HSL color Cylindrical-coordinate representation of color #8532BF: hue angle of 275.32º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8532BF is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 50 | 191 | - |
| CMYK | 0.30 | 0.74 | 0 | 0.25 |
| HSL | 275.32º | 0.59% | 0.47% | - |
| HSV(B) | 275.32º | 0.74% | 0.75% | - |
| XYZ | 20.22 | 11.03 | 50.35 | - |
| YUV | 90.89 | 184.5 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 50 | 191 | 0.30 | 0.74 | 0 | 0.25 | 275.32 | 0.59 | 0.47 |
| Hex | 85 | 32 | BF | 1E | 4A | 0 | 19 | 113 | 3B | 2F |
| Octal | 205 | 62 | 277 | 36 | 112 | 0 | 31 | 423 | 73 | 57 |
| Binary | 10000101 | 110010 | 10111111 | 11110 | 1001010 | 0 | 11001 | 100010011 | 111011 | 101111 |
Color Harmonies of #8532BF
Complementary color
Monochromatic Colors of #8532BF
Black with #8532BF
Text Example
Text Example
White with #8532BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8532BF; }
p { color: rgb(133,50,191); }
H1.HeaderClassName
{
color: #8532BF;
}
.AnyTagClassName
{
color: #8532BF;
}
</style>
background-color css
<style>
a { background-color: #8532BF; }
a { background-color: rgb(133,50,191); }
div.DivClassName
{
background-color: #8532BF;
}
.BgClassName
{
background-color: #8532BF;
}
</style>
border-color css
<style>
span { border-color: #8532BF; }
span { border-color: rgb(133,50,191); }
td.TdClassName
{
border-color: #8532BF;
}
.TagClassName
{
border-color: #8532BF;
}
</style>