Shades of Dark Orchid #8338BC
Tints of Dark Orchid #8338BC
RGB
CMYK
RGB Variations
Color information
#8338BC (or 0x8338BC) is known color: Dark Orchid. HEX triplet: 83, 38 and BC. RGB value is (131,56,188). Sum of RGB (Red+Green+Blue) = 131+56+188=375 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.93% from 375); Green value is 56 (22.27% from 255 or 14.93% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #8338BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8338BC is #7CC743. Grayscale: #5D5D5D. Windows color (decimal): -8177476 or 12335235. OLE color: 12335235.
HSL color Cylindrical-coordinate representation of color #8338BC: hue angle of 274.09º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8338BC is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 56 | 188 | - |
| CMYK | 0.30 | 0.70 | 0 | 0.26 |
| HSL | 274.09º | 0.54% | 0.48% | - |
| HSV(B) | 274.09º | 0.7% | 0.74% | - |
| XYZ | 19.85 | 11.28 | 48.71 | - |
| YUV | 93.47 | 181.35 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 56 | 188 | 0.30 | 0.70 | 0 | 0.26 | 274.09 | 0.54 | 0.48 |
| Hex | 83 | 38 | BC | 1E | 46 | 0 | 1A | 112 | 36 | 30 |
| Octal | 203 | 70 | 274 | 36 | 106 | 0 | 32 | 422 | 66 | 60 |
| Binary | 10000011 | 111000 | 10111100 | 11110 | 1000110 | 0 | 11010 | 100010010 | 110110 | 110000 |
Color Harmonies of #8338BC
Complementary color
Monochromatic Colors of #8338BC
Black with #8338BC
Text Example
Text Example
White with #8338BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8338BC; }
p { color: rgb(131,56,188); }
H1.HeaderClassName
{
color: #8338BC;
}
.AnyTagClassName
{
color: #8338BC;
}
</style>
background-color css
<style>
a { background-color: #8338BC; }
a { background-color: rgb(131,56,188); }
div.DivClassName
{
background-color: #8338BC;
}
.BgClassName
{
background-color: #8338BC;
}
</style>
border-color css
<style>
span { border-color: #8338BC; }
span { border-color: rgb(131,56,188); }
td.TdClassName
{
border-color: #8338BC;
}
.TagClassName
{
border-color: #8338BC;
}
</style>