Shades of Dark Orchid #8319B3
Tints of Dark Orchid #8319B3
RGB
CMYK
RGB Variations
Color information
#8319B3 (or 0x8319B3) is known color: Dark Orchid. HEX triplet: 83, 19 and B3. RGB value is (131,25,179). Sum of RGB (Red+Green+Blue) = 131+25+179=335 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.10% from 335); Green value is 25 (10.16% from 255 or 7.46% from 335); Blue value is 179 (70.31% from 255 or 53.43% from 335); Max value from RGB is 179 - color contains mainly: blue. Hex color #8319B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8319B3 is #7CE64C. Grayscale: #494949. Windows color (decimal): -8185421 or 11737475. OLE color: 11737475.
HSL color Cylindrical-coordinate representation of color #8319B3: hue angle of 281.3º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8319B3 is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 131 | 25 | 179 | - |
| CMYK | 0.27 | 0.86 | 0 | 0.30 |
| HSL | 281.3º | 0.75% | 0.4% | - |
| HSV(B) | 281.3º | 0.86% | 0.7% | - |
| XYZ | 17.84 | 8.78 | 43.4 | - |
| YUV | 74.25 | 187.12 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 25 | 179 | 0.27 | 0.86 | 0 | 0.30 | 281.3 | 0.75 | 0.4 |
| Hex | 83 | 19 | B3 | 1B | 56 | 0 | 1E | 119 | 4B | 28 |
| Octal | 203 | 31 | 263 | 33 | 126 | 0 | 36 | 431 | 113 | 50 |
| Binary | 10000011 | 11001 | 10110011 | 11011 | 1010110 | 0 | 11110 | 100011001 | 1001011 | 101000 |
Color Harmonies of #8319B3
Complementary color
Monochromatic Colors of #8319B3
Black with #8319B3
Text Example
Text Example
White with #8319B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8319B3; }
p { color: rgb(131,25,179); }
H1.HeaderClassName
{
color: #8319B3;
}
.AnyTagClassName
{
color: #8319B3;
}
</style>
background-color css
<style>
a { background-color: #8319B3; }
a { background-color: rgb(131,25,179); }
div.DivClassName
{
background-color: #8319B3;
}
.BgClassName
{
background-color: #8319B3;
}
</style>
border-color css
<style>
span { border-color: #8319B3; }
span { border-color: rgb(131,25,179); }
td.TdClassName
{
border-color: #8319B3;
}
.TagClassName
{
border-color: #8319B3;
}
</style>