Shades of Dark Orchid #8032BF
Tints of Dark Orchid #8032BF
RGB
CMYK
RGB Variations
Color information
#8032BF (or 0x8032BF) is known color: Dark Orchid. HEX triplet: 80, 32 and BF. RGB value is (128,50,191). Sum of RGB (Red+Green+Blue) = 128+50+191=369 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.69% from 369); Green value is 50 (19.92% from 255 or 13.55% from 369); Blue value is 191 (75% from 255 or 51.76% from 369); Max value from RGB is 191 - color contains mainly: blue. Hex color #8032BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8032BF is #7FCD40. Grayscale: #585858. Windows color (decimal): -8375617 or 12530304. OLE color: 12530304.
HSL color Cylindrical-coordinate representation of color #8032BF: hue angle of 273.19º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8032BF is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 50 | 191 | - |
| CMYK | 0.33 | 0.74 | 0 | 0.25 |
| HSL | 273.19º | 0.59% | 0.47% | - |
| HSV(B) | 273.19º | 0.74% | 0.75% | - |
| XYZ | 19.45 | 10.63 | 50.32 | - |
| YUV | 89.4 | 185.34 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 50 | 191 | 0.33 | 0.74 | 0 | 0.25 | 273.19 | 0.59 | 0.47 |
| Hex | 80 | 32 | BF | 21 | 4A | 0 | 19 | 111 | 3B | 2F |
| Octal | 200 | 62 | 277 | 41 | 112 | 0 | 31 | 421 | 73 | 57 |
| Binary | 10000000 | 110010 | 10111111 | 100001 | 1001010 | 0 | 11001 | 100010001 | 111011 | 101111 |
Color Harmonies of #8032BF
Complementary color
Monochromatic Colors of #8032BF
Black with #8032BF
Text Example
Text Example
White with #8032BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8032BF; }
p { color: rgb(128,50,191); }
H1.HeaderClassName
{
color: #8032BF;
}
.AnyTagClassName
{
color: #8032BF;
}
</style>
background-color css
<style>
a { background-color: #8032BF; }
a { background-color: rgb(128,50,191); }
div.DivClassName
{
background-color: #8032BF;
}
.BgClassName
{
background-color: #8032BF;
}
</style>
border-color css
<style>
span { border-color: #8032BF; }
span { border-color: rgb(128,50,191); }
td.TdClassName
{
border-color: #8032BF;
}
.TagClassName
{
border-color: #8032BF;
}
</style>