Shades of Dark Orchid #8523C4
Tints of Dark Orchid #8523C4
RGB
CMYK
RGB Variations
Color information
#8523C4 (or 0x8523C4) is known color: Dark Orchid. HEX triplet: 85, 23 and C4. RGB value is (133,35,196). Sum of RGB (Red+Green+Blue) = 133+35+196=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 35 (14.06% from 255 or 9.62% from 364); Blue value is 196 (76.95% from 255 or 53.85% from 364); Max value from RGB is 196 - color contains mainly: blue. Hex color #8523C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8523C4 is #7ADC3B. Grayscale: #525252. Windows color (decimal): -8051772 or 12854149. OLE color: 12854149.
HSL color Cylindrical-coordinate representation of color #8523C4: hue angle of 276.52º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8523C4 is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 133 | 35 | 196 | - |
| CMYK | 0.32 | 0.82 | 0 | 0.23 |
| HSL | 276.52º | 0.7% | 0.45% | - |
| HSV(B) | 276.52º | 0.82% | 0.77% | - |
| XYZ | 20.24 | 10.17 | 53.12 | - |
| YUV | 82.66 | 191.97 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 35 | 196 | 0.32 | 0.82 | 0 | 0.23 | 276.52 | 0.7 | 0.45 |
| Hex | 85 | 23 | C4 | 20 | 52 | 0 | 17 | 115 | 46 | 2D |
| Octal | 205 | 43 | 304 | 40 | 122 | 0 | 27 | 425 | 106 | 55 |
| Binary | 10000101 | 100011 | 11000100 | 100000 | 1010010 | 0 | 10111 | 100010101 | 1000110 | 101101 |
Color Harmonies of #8523C4
Complementary color
Monochromatic Colors of #8523C4
Black with #8523C4
Text Example
Text Example
White with #8523C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8523C4; }
p { color: rgb(133,35,196); }
H1.HeaderClassName
{
color: #8523C4;
}
.AnyTagClassName
{
color: #8523C4;
}
</style>
background-color css
<style>
a { background-color: #8523C4; }
a { background-color: rgb(133,35,196); }
div.DivClassName
{
background-color: #8523C4;
}
.BgClassName
{
background-color: #8523C4;
}
</style>
border-color css
<style>
span { border-color: #8523C4; }
span { border-color: rgb(133,35,196); }
td.TdClassName
{
border-color: #8523C4;
}
.TagClassName
{
border-color: #8523C4;
}
</style>