Shades of Dark Orchid #8330C0
Tints of Dark Orchid #8330C0
RGB
CMYK
RGB Variations
Color information
#8330C0 (or 0x8330C0) is known color: Dark Orchid. HEX triplet: 83, 30 and C0. RGB value is (131,48,192). Sum of RGB (Red+Green+Blue) = 131+48+192=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 48 (19.14% from 255 or 12.94% from 371); Blue value is 192 (75.39% from 255 or 51.75% from 371); Max value from RGB is 192 - color contains mainly: blue. Hex color #8330C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8330C0 is #7CCF3F. Grayscale: #585858. Windows color (decimal): -8179520 or 12595331. OLE color: 12595331.
HSL color Cylindrical-coordinate representation of color #8330C0: hue angle of 274.58º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8330C0 is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 131 | 48 | 192 | - |
| CMYK | 0.32 | 0.75 | 0 | 0.25 |
| HSL | 274.58º | 0.6% | 0.47% | - |
| HSV(B) | 274.58º | 0.75% | 0.75% | - |
| XYZ | 19.93 | 10.74 | 50.89 | - |
| YUV | 89.23 | 186 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 48 | 192 | 0.32 | 0.75 | 0 | 0.25 | 274.58 | 0.6 | 0.47 |
| Hex | 83 | 30 | C0 | 20 | 4B | 0 | 19 | 113 | 3C | 2F |
| Octal | 203 | 60 | 300 | 40 | 113 | 0 | 31 | 423 | 74 | 57 |
| Binary | 10000011 | 110000 | 11000000 | 100000 | 1001011 | 0 | 11001 | 100010011 | 111100 | 101111 |
Color Harmonies of #8330C0
Complementary color
Monochromatic Colors of #8330C0
Black with #8330C0
Text Example
Text Example
White with #8330C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8330C0; }
p { color: rgb(131,48,192); }
H1.HeaderClassName
{
color: #8330C0;
}
.AnyTagClassName
{
color: #8330C0;
}
</style>
background-color css
<style>
a { background-color: #8330C0; }
a { background-color: rgb(131,48,192); }
div.DivClassName
{
background-color: #8330C0;
}
.BgClassName
{
background-color: #8330C0;
}
</style>
border-color css
<style>
span { border-color: #8330C0; }
span { border-color: rgb(131,48,192); }
td.TdClassName
{
border-color: #8330C0;
}
.TagClassName
{
border-color: #8330C0;
}
</style>