Shades of Dark Orchid #8523B2
Tints of Dark Orchid #8523B2
RGB
CMYK
RGB Variations
Color information
#8523B2 (or 0x8523B2) is known color: Dark Orchid. HEX triplet: 85, 23 and B2. RGB value is (133,35,178). Sum of RGB (Red+Green+Blue) = 133+35+178=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 35 (14.06% from 255 or 10.12% from 346); Blue value is 178 (69.92% from 255 or 51.45% from 346); Max value from RGB is 178 - color contains mainly: blue. Hex color #8523B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8523B2 is #7ADC4D. Grayscale: #505050. Windows color (decimal): -8051790 or 11674501. OLE color: 11674501.
HSL color Cylindrical-coordinate representation of color #8523B2: hue angle of 281.12º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8523B2 is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 133 | 35 | 178 | - |
| CMYK | 0.25 | 0.80 | 0 | 0.30 |
| HSL | 281.12º | 0.67% | 0.42% | - |
| HSV(B) | 281.12º | 0.8% | 0.7% | - |
| XYZ | 18.31 | 9.4 | 42.97 | - |
| YUV | 80.6 | 182.97 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 35 | 178 | 0.25 | 0.80 | 0 | 0.30 | 281.12 | 0.67 | 0.42 |
| Hex | 85 | 23 | B2 | 19 | 50 | 0 | 1E | 119 | 43 | 2A |
| Octal | 205 | 43 | 262 | 31 | 120 | 0 | 36 | 431 | 103 | 52 |
| Binary | 10000101 | 100011 | 10110010 | 11001 | 1010000 | 0 | 11110 | 100011001 | 1000011 | 101010 |
Color Harmonies of #8523B2
Complementary color
Monochromatic Colors of #8523B2
Black with #8523B2
Text Example
Text Example
White with #8523B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8523B2; }
p { color: rgb(133,35,178); }
H1.HeaderClassName
{
color: #8523B2;
}
.AnyTagClassName
{
color: #8523B2;
}
</style>
background-color css
<style>
a { background-color: #8523B2; }
a { background-color: rgb(133,35,178); }
div.DivClassName
{
background-color: #8523B2;
}
.BgClassName
{
background-color: #8523B2;
}
</style>
border-color css
<style>
span { border-color: #8523B2; }
span { border-color: rgb(133,35,178); }
td.TdClassName
{
border-color: #8523B2;
}
.TagClassName
{
border-color: #8523B2;
}
</style>