Shades of Dark Orchid #8223B0
Tints of Dark Orchid #8223B0
RGB
CMYK
RGB Variations
Color information
#8223B0 (or 0x8223B0) is known color: Dark Orchid. HEX triplet: 82, 23 and B0. RGB value is (130,35,176). Sum of RGB (Red+Green+Blue) = 130+35+176=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 35 (14.06% from 255 or 10.26% from 341); Blue value is 176 (69.14% from 255 or 51.61% from 341); Max value from RGB is 176 - color contains mainly: blue. Hex color #8223B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8223B0 is #7DDC4F. Grayscale: #4F4F4F. Windows color (decimal): -8248400 or 11543426. OLE color: 11543426.
HSL color Cylindrical-coordinate representation of color #8223B0: hue angle of 280.43º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8223B0 is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 35 | 176 | - |
| CMYK | 0.26 | 0.80 | 0 | 0.31 |
| HSL | 280.43º | 0.67% | 0.41% | - |
| HSV(B) | 280.43º | 0.8% | 0.69% | - |
| XYZ | 17.64 | 9.08 | 41.9 | - |
| YUV | 79.48 | 182.47 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 35 | 176 | 0.26 | 0.80 | 0 | 0.31 | 280.43 | 0.67 | 0.41 |
| Hex | 82 | 23 | B0 | 1A | 50 | 0 | 1F | 118 | 43 | 29 |
| Octal | 202 | 43 | 260 | 32 | 120 | 0 | 37 | 430 | 103 | 51 |
| Binary | 10000010 | 100011 | 10110000 | 11010 | 1010000 | 0 | 11111 | 100011000 | 1000011 | 101001 |
Color Harmonies of #8223B0
Complementary color
Monochromatic Colors of #8223B0
Black with #8223B0
Text Example
Text Example
White with #8223B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8223B0; }
p { color: rgb(130,35,176); }
H1.HeaderClassName
{
color: #8223B0;
}
.AnyTagClassName
{
color: #8223B0;
}
</style>
background-color css
<style>
a { background-color: #8223B0; }
a { background-color: rgb(130,35,176); }
div.DivClassName
{
background-color: #8223B0;
}
.BgClassName
{
background-color: #8223B0;
}
</style>
border-color css
<style>
span { border-color: #8223B0; }
span { border-color: rgb(130,35,176); }
td.TdClassName
{
border-color: #8223B0;
}
.TagClassName
{
border-color: #8223B0;
}
</style>