Shades of Dark Orchid #8023BC
Tints of Dark Orchid #8023BC
RGB
CMYK
RGB Variations
Color information
#8023BC (or 0x8023BC) is known color: Dark Orchid. HEX triplet: 80, 23 and BC. RGB value is (128,35,188). Sum of RGB (Red+Green+Blue) = 128+35+188=351 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.47% from 351); Green value is 35 (14.06% from 255 or 9.97% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #8023BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8023BC is #7FDC43. Grayscale: #4F4F4F. Windows color (decimal): -8379460 or 12329856. OLE color: 12329856.
HSL color Cylindrical-coordinate representation of color #8023BC: hue angle of 276.47º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8023BC is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 35 | 188 | - |
| CMYK | 0.32 | 0.81 | 0 | 0.26 |
| HSL | 276.47º | 0.69% | 0.44% | - |
| HSV(B) | 276.47º | 0.81% | 0.74% | - |
| XYZ | 18.58 | 9.42 | 48.42 | - |
| YUV | 80.25 | 188.81 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 35 | 188 | 0.32 | 0.81 | 0 | 0.26 | 276.47 | 0.69 | 0.44 |
| Hex | 80 | 23 | BC | 20 | 51 | 0 | 1A | 114 | 45 | 2C |
| Octal | 200 | 43 | 274 | 40 | 121 | 0 | 32 | 424 | 105 | 54 |
| Binary | 10000000 | 100011 | 10111100 | 100000 | 1010001 | 0 | 11010 | 100010100 | 1000101 | 101100 |
Color Harmonies of #8023BC
Complementary color
Monochromatic Colors of #8023BC
Black with #8023BC
Text Example
Text Example
White with #8023BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8023BC; }
p { color: rgb(128,35,188); }
H1.HeaderClassName
{
color: #8023BC;
}
.AnyTagClassName
{
color: #8023BC;
}
</style>
background-color css
<style>
a { background-color: #8023BC; }
a { background-color: rgb(128,35,188); }
div.DivClassName
{
background-color: #8023BC;
}
.BgClassName
{
background-color: #8023BC;
}
</style>
border-color css
<style>
span { border-color: #8023BC; }
span { border-color: rgb(128,35,188); }
td.TdClassName
{
border-color: #8023BC;
}
.TagClassName
{
border-color: #8023BC;
}
</style>