Shades of Dark Orchid #8423B2
Tints of Dark Orchid #8423B2
RGB
CMYK
RGB Variations
Color information
#8423B2 (or 0x8423B2) is known color: Dark Orchid. HEX triplet: 84, 23 and B2. RGB value is (132,35,178). Sum of RGB (Red+Green+Blue) = 132+35+178=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 35 (14.06% from 255 or 10.14% from 345); Blue value is 178 (69.92% from 255 or 51.59% from 345); Max value from RGB is 178 - color contains mainly: blue. Hex color #8423B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8423B2 is #7BDC4D. Grayscale: #4F4F4F. Windows color (decimal): -8117326 or 11674500. OLE color: 11674500.
HSL color Cylindrical-coordinate representation of color #8423B2: hue angle of 280.7º 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 #8423B2 is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 132 | 35 | 178 | - |
| CMYK | 0.26 | 0.80 | 0 | 0.30 |
| HSL | 280.7º | 0.67% | 0.42% | - |
| HSV(B) | 280.7º | 0.8% | 0.7% | - |
| XYZ | 18.15 | 9.32 | 42.96 | - |
| YUV | 80.31 | 183.14 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 35 | 178 | 0.26 | 0.80 | 0 | 0.30 | 280.7 | 0.67 | 0.42 |
| Hex | 84 | 23 | B2 | 1A | 50 | 0 | 1E | 119 | 43 | 2A |
| Octal | 204 | 43 | 262 | 32 | 120 | 0 | 36 | 431 | 103 | 52 |
| Binary | 10000100 | 100011 | 10110010 | 11010 | 1010000 | 0 | 11110 | 100011001 | 1000011 | 101010 |
Color Harmonies of #8423B2
Complementary color
Monochromatic Colors of #8423B2
Black with #8423B2
Text Example
Text Example
White with #8423B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8423B2; }
p { color: rgb(132,35,178); }
H1.HeaderClassName
{
color: #8423B2;
}
.AnyTagClassName
{
color: #8423B2;
}
</style>
background-color css
<style>
a { background-color: #8423B2; }
a { background-color: rgb(132,35,178); }
div.DivClassName
{
background-color: #8423B2;
}
.BgClassName
{
background-color: #8423B2;
}
</style>
border-color css
<style>
span { border-color: #8423B2; }
span { border-color: rgb(132,35,178); }
td.TdClassName
{
border-color: #8423B2;
}
.TagClassName
{
border-color: #8423B2;
}
</style>