Shades of Dark Orchid #8224C4
Tints of Dark Orchid #8224C4
RGB
CMYK
RGB Variations
Color information
#8224C4 (or 0x8224C4) is known color: Dark Orchid. HEX triplet: 82, 24 and C4. RGB value is (130,36,196). Sum of RGB (Red+Green+Blue) = 130+36+196=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 36 (14.45% from 255 or 9.94% from 362); Blue value is 196 (76.95% from 255 or 54.14% from 362); Max value from RGB is 196 - color contains mainly: blue. Hex color #8224C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8224C4 is #7DDB3B. Grayscale: #515151. Windows color (decimal): -8248124 or 12854402. OLE color: 12854402.
HSL color Cylindrical-coordinate representation of color #8224C4: hue angle of 275.25º degrees, saturation: 0.69, 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 #8224C4 is Cyan = 0.34, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 130 | 36 | 196 | - |
| CMYK | 0.34 | 0.82 | 0 | 0.23 |
| HSL | 275.25º | 0.69% | 0.45% | - |
| HSV(B) | 275.25º | 0.82% | 0.77% | - |
| XYZ | 19.8 | 9.99 | 53.11 | - |
| YUV | 82.35 | 192.14 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 36 | 196 | 0.34 | 0.82 | 0 | 0.23 | 275.25 | 0.69 | 0.45 |
| Hex | 82 | 24 | C4 | 22 | 52 | 0 | 17 | 113 | 45 | 2D |
| Octal | 202 | 44 | 304 | 42 | 122 | 0 | 27 | 423 | 105 | 55 |
| Binary | 10000010 | 100100 | 11000100 | 100010 | 1010010 | 0 | 10111 | 100010011 | 1000101 | 101101 |
Color Harmonies of #8224C4
Complementary color
Monochromatic Colors of #8224C4
Black with #8224C4
Text Example
Text Example
White with #8224C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8224C4; }
p { color: rgb(130,36,196); }
H1.HeaderClassName
{
color: #8224C4;
}
.AnyTagClassName
{
color: #8224C4;
}
</style>
background-color css
<style>
a { background-color: #8224C4; }
a { background-color: rgb(130,36,196); }
div.DivClassName
{
background-color: #8224C4;
}
.BgClassName
{
background-color: #8224C4;
}
</style>
border-color css
<style>
span { border-color: #8224C4; }
span { border-color: rgb(130,36,196); }
td.TdClassName
{
border-color: #8224C4;
}
.TagClassName
{
border-color: #8224C4;
}
</style>