Shades of Dark Orchid #8532BE
Tints of Dark Orchid #8532BE
RGB
CMYK
RGB Variations
Color information
#8532BE (or 0x8532BE) is known color: Dark Orchid. HEX triplet: 85, 32 and BE. RGB value is (133,50,190). Sum of RGB (Red+Green+Blue) = 133+50+190=373 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.66% from 373); Green value is 50 (19.92% from 255 or 13.40% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #8532BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8532BE is #7ACD41. Grayscale: #5A5A5A. Windows color (decimal): -8047938 or 12464773. OLE color: 12464773.
HSL color Cylindrical-coordinate representation of color #8532BE: hue angle of 275.57º degrees, saturation: 0.58, 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 #8532BE is Cyan = 0.3, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 50 | 190 | - |
| CMYK | 0.3 | 0.74 | 0 | 0.25 |
| HSL | 275.57º | 0.58% | 0.47% | - |
| HSV(B) | 275.57º | 0.74% | 0.75% | - |
| XYZ | 20.11 | 10.99 | 49.78 | - |
| YUV | 90.78 | 184 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 50 | 190 | 0.3 | 0.74 | 0 | 0.25 | 275.57 | 0.58 | 0.47 |
| Hex | 85 | 32 | BE | 1E | 4A | 0 | 19 | 114 | 3A | 2F |
| Octal | 205 | 62 | 276 | 36 | 112 | 0 | 31 | 424 | 72 | 57 |
| Binary | 10000101 | 110010 | 10111110 | 11110 | 1001010 | 0 | 11001 | 100010100 | 111010 | 101111 |
Color Harmonies of #8532BE
Complementary color
Monochromatic Colors of #8532BE
Black with #8532BE
Text Example
Text Example
White with #8532BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8532BE; }
p { color: rgb(133,50,190); }
H1.HeaderClassName
{
color: #8532BE;
}
.AnyTagClassName
{
color: #8532BE;
}
</style>
background-color css
<style>
a { background-color: #8532BE; }
a { background-color: rgb(133,50,190); }
div.DivClassName
{
background-color: #8532BE;
}
.BgClassName
{
background-color: #8532BE;
}
</style>
border-color css
<style>
span { border-color: #8532BE; }
span { border-color: rgb(133,50,190); }
td.TdClassName
{
border-color: #8532BE;
}
.TagClassName
{
border-color: #8532BE;
}
</style>