Shades of Dark Orchid #802BBB
Tints of Dark Orchid #802BBB
RGB
CMYK
RGB Variations
Color information
#802BBB (or 0x802BBB) is known color: Dark Orchid. HEX triplet: 80, 2B and BB. RGB value is (128,43,187). Sum of RGB (Red+Green+Blue) = 128+43+187=358 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.75% from 358); Green value is 43 (17.19% from 255 or 12.01% from 358); Blue value is 187 (73.44% from 255 or 52.23% from 358); Max value from RGB is 187 - color contains mainly: blue. Hex color #802BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802BBB is #7FD444. Grayscale: #545454. Windows color (decimal): -8377413 or 12266368. OLE color: 12266368.
HSL color Cylindrical-coordinate representation of color #802BBB: hue angle of 275.42º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #802BBB is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 43 | 187 | - |
| CMYK | 0.32 | 0.77 | 0 | 0.27 |
| HSL | 275.42º | 0.63% | 0.45% | - |
| HSV(B) | 275.42º | 0.77% | 0.73% | - |
| XYZ | 18.74 | 9.9 | 47.94 | - |
| YUV | 84.83 | 185.66 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 43 | 187 | 0.32 | 0.77 | 0 | 0.27 | 275.42 | 0.63 | 0.45 |
| Hex | 80 | 2B | BB | 20 | 4D | 0 | 1B | 113 | 3F | 2D |
| Octal | 200 | 53 | 273 | 40 | 115 | 0 | 33 | 423 | 77 | 55 |
| Binary | 10000000 | 101011 | 10111011 | 100000 | 1001101 | 0 | 11011 | 100010011 | 111111 | 101101 |
Color Harmonies of #802BBB
Complementary color
Monochromatic Colors of #802BBB
Black with #802BBB
Text Example
Text Example
White with #802BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802BBB; }
p { color: rgb(128,43,187); }
H1.HeaderClassName
{
color: #802BBB;
}
.AnyTagClassName
{
color: #802BBB;
}
</style>
background-color css
<style>
a { background-color: #802BBB; }
a { background-color: rgb(128,43,187); }
div.DivClassName
{
background-color: #802BBB;
}
.BgClassName
{
background-color: #802BBB;
}
</style>
border-color css
<style>
span { border-color: #802BBB; }
span { border-color: rgb(128,43,187); }
td.TdClassName
{
border-color: #802BBB;
}
.TagClassName
{
border-color: #802BBB;
}
</style>