Shades of Dark Orchid #832FB2
Tints of Dark Orchid #832FB2
RGB
CMYK
RGB Variations
Color information
#832FB2 (or 0x832FB2) is known color: Dark Orchid. HEX triplet: 83, 2F and B2. RGB value is (131,47,178). Sum of RGB (Red+Green+Blue) = 131+47+178=356 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.80% from 356); Green value is 47 (18.75% from 255 or 13.20% from 356); Blue value is 178 (69.92% from 255 or 50% from 356); Max value from RGB is 178 - color contains mainly: blue. Hex color #832FB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832FB2 is #7CD04D. Grayscale: #565656. Windows color (decimal): -8179790 or 11677571. OLE color: 11677571.
HSL color Cylindrical-coordinate representation of color #832FB2: hue angle of 278.47º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #832FB2 is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 131 | 47 | 178 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.30 |
| HSL | 278.47º | 0.58% | 0.44% | - |
| HSV(B) | 278.47º | 0.74% | 0.7% | - |
| XYZ | 18.41 | 10.07 | 43.09 | - |
| YUV | 87.05 | 179.33 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 47 | 178 | 0.26 | 0.74 | 0 | 0.30 | 278.47 | 0.58 | 0.44 |
| Hex | 83 | 2F | B2 | 1A | 4A | 0 | 1E | 116 | 3A | 2C |
| Octal | 203 | 57 | 262 | 32 | 112 | 0 | 36 | 426 | 72 | 54 |
| Binary | 10000011 | 101111 | 10110010 | 11010 | 1001010 | 0 | 11110 | 100010110 | 111010 | 101100 |
Color Harmonies of #832FB2
Complementary color
Monochromatic Colors of #832FB2
Black with #832FB2
Text Example
Text Example
White with #832FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832FB2; }
p { color: rgb(131,47,178); }
H1.HeaderClassName
{
color: #832FB2;
}
.AnyTagClassName
{
color: #832FB2;
}
</style>
background-color css
<style>
a { background-color: #832FB2; }
a { background-color: rgb(131,47,178); }
div.DivClassName
{
background-color: #832FB2;
}
.BgClassName
{
background-color: #832FB2;
}
</style>
border-color css
<style>
span { border-color: #832FB2; }
span { border-color: rgb(131,47,178); }
td.TdClassName
{
border-color: #832FB2;
}
.TagClassName
{
border-color: #832FB2;
}
</style>