Shades of Dark Orchid #803BBB
Tints of Dark Orchid #803BBB
RGB
CMYK
RGB Variations
Color information
#803BBB (or 0x803BBB) is known color: Dark Orchid. HEX triplet: 80, 3B and BB. RGB value is (128,59,187). Sum of RGB (Red+Green+Blue) = 128+59+187=374 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.22% from 374); Green value is 59 (23.44% from 255 or 15.78% from 374); Blue value is 187 (73.44% from 255 or 50% from 374); Max value from RGB is 187 - color contains mainly: blue. Hex color #803BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803BBB is #7FC444. Grayscale: #5D5D5D. Windows color (decimal): -8373317 or 12270464. OLE color: 12270464.
HSL color Cylindrical-coordinate representation of color #803BBB: hue angle of 272.34º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #803BBB is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 59 | 187 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.27 |
| HSL | 272.34º | 0.52% | 0.48% | - |
| HSV(B) | 272.34º | 0.68% | 0.73% | - |
| XYZ | 19.44 | 11.3 | 48.17 | - |
| YUV | 94.22 | 180.36 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 59 | 187 | 0.32 | 0.68 | 0 | 0.27 | 272.34 | 0.52 | 0.48 |
| Hex | 80 | 3B | BB | 20 | 44 | 0 | 1B | 110 | 34 | 30 |
| Octal | 200 | 73 | 273 | 40 | 104 | 0 | 33 | 420 | 64 | 60 |
| Binary | 10000000 | 111011 | 10111011 | 100000 | 1000100 | 0 | 11011 | 100010000 | 110100 | 110000 |
Color Harmonies of #803BBB
Complementary color
Monochromatic Colors of #803BBB
Black with #803BBB
Text Example
Text Example
White with #803BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803BBB; }
p { color: rgb(128,59,187); }
H1.HeaderClassName
{
color: #803BBB;
}
.AnyTagClassName
{
color: #803BBB;
}
</style>
background-color css
<style>
a { background-color: #803BBB; }
a { background-color: rgb(128,59,187); }
div.DivClassName
{
background-color: #803BBB;
}
.BgClassName
{
background-color: #803BBB;
}
</style>
border-color css
<style>
span { border-color: #803BBB; }
span { border-color: rgb(128,59,187); }
td.TdClassName
{
border-color: #803BBB;
}
.TagClassName
{
border-color: #803BBB;
}
</style>