Shades of Dark Orchid #8238BC
Tints of Dark Orchid #8238BC
RGB
CMYK
RGB Variations
Color information
#8238BC (or 0x8238BC) is known color: Dark Orchid. HEX triplet: 82, 38 and BC. RGB value is (130,56,188). Sum of RGB (Red+Green+Blue) = 130+56+188=374 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.76% from 374); Green value is 56 (22.27% from 255 or 14.97% 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 #8238BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8238BC is #7DC743. Grayscale: #5C5C5C. Windows color (decimal): -8243012 or 12335234. OLE color: 12335234.
HSL color Cylindrical-coordinate representation of color #8238BC: hue angle of 273.64º 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 #8238BC is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 56 | 188 | - |
| CMYK | 0.31 | 0.70 | 0 | 0.26 |
| HSL | 273.64º | 0.54% | 0.48% | - |
| HSV(B) | 273.64º | 0.7% | 0.74% | - |
| XYZ | 19.7 | 11.21 | 48.7 | - |
| YUV | 93.17 | 181.52 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 56 | 188 | 0.31 | 0.70 | 0 | 0.26 | 273.64 | 0.54 | 0.48 |
| Hex | 82 | 38 | BC | 1F | 46 | 0 | 1A | 112 | 36 | 30 |
| Octal | 202 | 70 | 274 | 37 | 106 | 0 | 32 | 422 | 66 | 60 |
| Binary | 10000010 | 111000 | 10111100 | 11111 | 1000110 | 0 | 11010 | 100010010 | 110110 | 110000 |
Color Harmonies of #8238BC
Complementary color
Monochromatic Colors of #8238BC
Black with #8238BC
Text Example
Text Example
White with #8238BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8238BC; }
p { color: rgb(130,56,188); }
H1.HeaderClassName
{
color: #8238BC;
}
.AnyTagClassName
{
color: #8238BC;
}
</style>
background-color css
<style>
a { background-color: #8238BC; }
a { background-color: rgb(130,56,188); }
div.DivClassName
{
background-color: #8238BC;
}
.BgClassName
{
background-color: #8238BC;
}
</style>
border-color css
<style>
span { border-color: #8238BC; }
span { border-color: rgb(130,56,188); }
td.TdClassName
{
border-color: #8238BC;
}
.TagClassName
{
border-color: #8238BC;
}
</style>