Shades of Dark Orchid #8224BD
Tints of Dark Orchid #8224BD
RGB
CMYK
RGB Variations
Color information
#8224BD (or 0x8224BD) is known color: Dark Orchid. HEX triplet: 82, 24 and BD. RGB value is (130,36,189). Sum of RGB (Red+Green+Blue) = 130+36+189=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 36 (14.45% from 255 or 10.14% from 355); Blue value is 189 (74.22% from 255 or 53.24% from 355); Max value from RGB is 189 - color contains mainly: blue. Hex color #8224BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8224BD is #7DDB42. Grayscale: #515151. Windows color (decimal): -8248131 or 12395650. OLE color: 12395650.
HSL color Cylindrical-coordinate representation of color #8224BD: hue angle of 276.86º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8224BD is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 36 | 189 | - |
| CMYK | 0.31 | 0.81 | 0 | 0.26 |
| HSL | 276.86º | 0.68% | 0.44% | - |
| HSV(B) | 276.86º | 0.81% | 0.74% | - |
| XYZ | 19.02 | 9.68 | 49.01 | - |
| YUV | 81.55 | 188.64 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 36 | 189 | 0.31 | 0.81 | 0 | 0.26 | 276.86 | 0.68 | 0.44 |
| Hex | 82 | 24 | BD | 1F | 51 | 0 | 1A | 115 | 44 | 2C |
| Octal | 202 | 44 | 275 | 37 | 121 | 0 | 32 | 425 | 104 | 54 |
| Binary | 10000010 | 100100 | 10111101 | 11111 | 1010001 | 0 | 11010 | 100010101 | 1000100 | 101100 |
Color Harmonies of #8224BD
Complementary color
Monochromatic Colors of #8224BD
Black with #8224BD
Text Example
Text Example
White with #8224BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8224BD; }
p { color: rgb(130,36,189); }
H1.HeaderClassName
{
color: #8224BD;
}
.AnyTagClassName
{
color: #8224BD;
}
</style>
background-color css
<style>
a { background-color: #8224BD; }
a { background-color: rgb(130,36,189); }
div.DivClassName
{
background-color: #8224BD;
}
.BgClassName
{
background-color: #8224BD;
}
</style>
border-color css
<style>
span { border-color: #8224BD; }
span { border-color: rgb(130,36,189); }
td.TdClassName
{
border-color: #8224BD;
}
.TagClassName
{
border-color: #8224BD;
}
</style>