Shades of Dark Orchid #8337BC
Tints of Dark Orchid #8337BC
RGB
CMYK
RGB Variations
Color information
#8337BC (or 0x8337BC) is known color: Dark Orchid. HEX triplet: 83, 37 and BC. RGB value is (131,55,188). Sum of RGB (Red+Green+Blue) = 131+55+188=374 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.03% from 374); Green value is 55 (21.88% from 255 or 14.71% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #8337BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8337BC is #7CC843. Grayscale: #5C5C5C. Windows color (decimal): -8177732 or 12334979. OLE color: 12334979.
HSL color Cylindrical-coordinate representation of color #8337BC: hue angle of 274.29º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8337BC is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 55 | 188 | - |
| CMYK | 0.30 | 0.71 | 0 | 0.26 |
| HSL | 274.29º | 0.55% | 0.48% | - |
| HSV(B) | 274.29º | 0.71% | 0.74% | - |
| XYZ | 19.8 | 11.19 | 48.69 | - |
| YUV | 92.89 | 181.68 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 55 | 188 | 0.30 | 0.71 | 0 | 0.26 | 274.29 | 0.55 | 0.48 |
| Hex | 83 | 37 | BC | 1E | 47 | 0 | 1A | 112 | 37 | 30 |
| Octal | 203 | 67 | 274 | 36 | 107 | 0 | 32 | 422 | 67 | 60 |
| Binary | 10000011 | 110111 | 10111100 | 11110 | 1000111 | 0 | 11010 | 100010010 | 110111 | 110000 |
Color Harmonies of #8337BC
Complementary color
Monochromatic Colors of #8337BC
Black with #8337BC
Text Example
Text Example
White with #8337BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8337BC; }
p { color: rgb(131,55,188); }
H1.HeaderClassName
{
color: #8337BC;
}
.AnyTagClassName
{
color: #8337BC;
}
</style>
background-color css
<style>
a { background-color: #8337BC; }
a { background-color: rgb(131,55,188); }
div.DivClassName
{
background-color: #8337BC;
}
.BgClassName
{
background-color: #8337BC;
}
</style>
border-color css
<style>
span { border-color: #8337BC; }
span { border-color: rgb(131,55,188); }
td.TdClassName
{
border-color: #8337BC;
}
.TagClassName
{
border-color: #8337BC;
}
</style>