Shades of Dark Orchid #832ABB
Tints of Dark Orchid #832ABB
RGB
CMYK
RGB Variations
Color information
#832ABB (or 0x832ABB) is known color: Dark Orchid. HEX triplet: 83, 2A and BB. RGB value is (131,42,187). Sum of RGB (Red+Green+Blue) = 131+42+187=360 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.39% from 360); Green value is 42 (16.80% from 255 or 11.67% from 360); Blue value is 187 (73.44% from 255 or 51.94% from 360); Max value from RGB is 187 - color contains mainly: blue. Hex color #832ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #832ABB is #7CD544. Grayscale: #545454. Windows color (decimal): -8181061 or 12266115. OLE color: 12266115.
HSL color Cylindrical-coordinate representation of color #832ABB: hue angle of 276.83º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #832ABB is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 42 | 187 | - |
| CMYK | 0.30 | 0.78 | 0 | 0.27 |
| HSL | 276.83º | 0.63% | 0.45% | - |
| HSV(B) | 276.83º | 0.78% | 0.73% | - |
| XYZ | 19.16 | 10.07 | 47.95 | - |
| YUV | 85.14 | 185.49 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 42 | 187 | 0.30 | 0.78 | 0 | 0.27 | 276.83 | 0.63 | 0.45 |
| Hex | 83 | 2A | BB | 1E | 4E | 0 | 1B | 115 | 3F | 2D |
| Octal | 203 | 52 | 273 | 36 | 116 | 0 | 33 | 425 | 77 | 55 |
| Binary | 10000011 | 101010 | 10111011 | 11110 | 1001110 | 0 | 11011 | 100010101 | 111111 | 101101 |
Color Harmonies of #832ABB
Complementary color
Monochromatic Colors of #832ABB
Black with #832ABB
Text Example
Text Example
White with #832ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832ABB; }
p { color: rgb(131,42,187); }
H1.HeaderClassName
{
color: #832ABB;
}
.AnyTagClassName
{
color: #832ABB;
}
</style>
background-color css
<style>
a { background-color: #832ABB; }
a { background-color: rgb(131,42,187); }
div.DivClassName
{
background-color: #832ABB;
}
.BgClassName
{
background-color: #832ABB;
}
</style>
border-color css
<style>
span { border-color: #832ABB; }
span { border-color: rgb(131,42,187); }
td.TdClassName
{
border-color: #832ABB;
}
.TagClassName
{
border-color: #832ABB;
}
</style>