Shades of Dark Orchid #8330BC
Tints of Dark Orchid #8330BC
RGB
CMYK
RGB Variations
Color information
#8330BC (or 0x8330BC) is known color: Dark Orchid. HEX triplet: 83, 30 and BC. RGB value is (131,48,188). Sum of RGB (Red+Green+Blue) = 131+48+188=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 48 (19.14% from 255 or 13.08% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #8330BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8330BC is #7CCF43. Grayscale: #585858. Windows color (decimal): -8179524 or 12333187. OLE color: 12333187.
HSL color Cylindrical-coordinate representation of color #8330BC: hue angle of 275.57º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8330BC is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 48 | 188 | - |
| CMYK | 0.30 | 0.74 | 0 | 0.26 |
| HSL | 275.57º | 0.59% | 0.46% | - |
| HSV(B) | 275.57º | 0.74% | 0.74% | - |
| XYZ | 19.49 | 10.57 | 48.59 | - |
| YUV | 88.78 | 184 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 48 | 188 | 0.30 | 0.74 | 0 | 0.26 | 275.57 | 0.59 | 0.46 |
| Hex | 83 | 30 | BC | 1E | 4A | 0 | 1A | 114 | 3B | 2E |
| Octal | 203 | 60 | 274 | 36 | 112 | 0 | 32 | 424 | 73 | 56 |
| Binary | 10000011 | 110000 | 10111100 | 11110 | 1001010 | 0 | 11010 | 100010100 | 111011 | 101110 |
Color Harmonies of #8330BC
Complementary color
Monochromatic Colors of #8330BC
Black with #8330BC
Text Example
Text Example
White with #8330BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8330BC; }
p { color: rgb(131,48,188); }
H1.HeaderClassName
{
color: #8330BC;
}
.AnyTagClassName
{
color: #8330BC;
}
</style>
background-color css
<style>
a { background-color: #8330BC; }
a { background-color: rgb(131,48,188); }
div.DivClassName
{
background-color: #8330BC;
}
.BgClassName
{
background-color: #8330BC;
}
</style>
border-color css
<style>
span { border-color: #8330BC; }
span { border-color: rgb(131,48,188); }
td.TdClassName
{
border-color: #8330BC;
}
.TagClassName
{
border-color: #8330BC;
}
</style>