Shades of Dark Orchid #8023BE
Tints of Dark Orchid #8023BE
RGB
CMYK
RGB Variations
Color information
#8023BE (or 0x8023BE) is known color: Dark Orchid. HEX triplet: 80, 23 and BE. RGB value is (128,35,190). Sum of RGB (Red+Green+Blue) = 128+35+190=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 35 (14.06% from 255 or 9.92% from 353); Blue value is 190 (74.61% from 255 or 53.82% from 353); Max value from RGB is 190 - color contains mainly: blue. Hex color #8023BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8023BE is #7FDC41. Grayscale: #4F4F4F. Windows color (decimal): -8379458 or 12460928. OLE color: 12460928.
HSL color Cylindrical-coordinate representation of color #8023BE: hue angle of 276º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8023BE is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 35 | 190 | - |
| CMYK | 0.33 | 0.82 | 0 | 0.25 |
| HSL | 276º | 0.69% | 0.44% | - |
| HSV(B) | 276º | 0.82% | 0.75% | - |
| XYZ | 18.8 | 9.51 | 49.56 | - |
| YUV | 80.48 | 189.81 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 35 | 190 | 0.33 | 0.82 | 0 | 0.25 | 276 | 0.69 | 0.44 |
| Hex | 80 | 23 | BE | 21 | 52 | 0 | 19 | 114 | 45 | 2C |
| Octal | 200 | 43 | 276 | 41 | 122 | 0 | 31 | 424 | 105 | 54 |
| Binary | 10000000 | 100011 | 10111110 | 100001 | 1010010 | 0 | 11001 | 100010100 | 1000101 | 101100 |
Color Harmonies of #8023BE
Complementary color
Monochromatic Colors of #8023BE
Black with #8023BE
Text Example
Text Example
White with #8023BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8023BE; }
p { color: rgb(128,35,190); }
H1.HeaderClassName
{
color: #8023BE;
}
.AnyTagClassName
{
color: #8023BE;
}
</style>
background-color css
<style>
a { background-color: #8023BE; }
a { background-color: rgb(128,35,190); }
div.DivClassName
{
background-color: #8023BE;
}
.BgClassName
{
background-color: #8023BE;
}
</style>
border-color css
<style>
span { border-color: #8023BE; }
span { border-color: rgb(128,35,190); }
td.TdClassName
{
border-color: #8023BE;
}
.TagClassName
{
border-color: #8023BE;
}
</style>