Shades of Dark Orchid #8023BB
Tints of Dark Orchid #8023BB
RGB
CMYK
RGB Variations
Color information
#8023BB (or 0x8023BB) is known color: Dark Orchid. HEX triplet: 80, 23 and BB. RGB value is (128,35,187). Sum of RGB (Red+Green+Blue) = 128+35+187=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 35 (14.06% from 255 or 10% from 350); Blue value is 187 (73.44% from 255 or 53.43% from 350); Max value from RGB is 187 - color contains mainly: blue. Hex color #8023BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8023BB is #7FDC44. Grayscale: #4F4F4F. Windows color (decimal): -8379461 or 12264320. OLE color: 12264320.
HSL color Cylindrical-coordinate representation of color #8023BB: hue angle of 276.71º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8023BB is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 35 | 187 | - |
| CMYK | 0.32 | 0.81 | 0 | 0.27 |
| HSL | 276.71º | 0.68% | 0.44% | - |
| HSV(B) | 276.71º | 0.81% | 0.73% | - |
| XYZ | 18.47 | 9.38 | 47.85 | - |
| YUV | 80.14 | 188.31 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 35 | 187 | 0.32 | 0.81 | 0 | 0.27 | 276.71 | 0.68 | 0.44 |
| Hex | 80 | 23 | BB | 20 | 51 | 0 | 1B | 115 | 44 | 2C |
| Octal | 200 | 43 | 273 | 40 | 121 | 0 | 33 | 425 | 104 | 54 |
| Binary | 10000000 | 100011 | 10111011 | 100000 | 1010001 | 0 | 11011 | 100010101 | 1000100 | 101100 |
Color Harmonies of #8023BB
Complementary color
Monochromatic Colors of #8023BB
Black with #8023BB
Text Example
Text Example
White with #8023BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8023BB; }
p { color: rgb(128,35,187); }
H1.HeaderClassName
{
color: #8023BB;
}
.AnyTagClassName
{
color: #8023BB;
}
</style>
background-color css
<style>
a { background-color: #8023BB; }
a { background-color: rgb(128,35,187); }
div.DivClassName
{
background-color: #8023BB;
}
.BgClassName
{
background-color: #8023BB;
}
</style>
border-color css
<style>
span { border-color: #8023BB; }
span { border-color: rgb(128,35,187); }
td.TdClassName
{
border-color: #8023BB;
}
.TagClassName
{
border-color: #8023BB;
}
</style>