Shades of Dark Orchid #8430B2
Tints of Dark Orchid #8430B2
RGB
CMYK
RGB Variations
Color information
#8430B2 (or 0x8430B2) is known color: Dark Orchid. HEX triplet: 84, 30 and B2. RGB value is (132,48,178). Sum of RGB (Red+Green+Blue) = 132+48+178=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 48 (19.14% from 255 or 13.41% from 358); Blue value is 178 (69.92% from 255 or 49.72% from 358); Max value from RGB is 178 - color contains mainly: blue. Hex color #8430B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8430B2 is #7BCF4D. Grayscale: #575757. Windows color (decimal): -8113998 or 11677828. OLE color: 11677828.
HSL color Cylindrical-coordinate representation of color #8430B2: hue angle of 278.77º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8430B2 is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 132 | 48 | 178 | - |
| CMYK | 0.26 | 0.73 | 0 | 0.30 |
| HSL | 278.77º | 0.58% | 0.44% | - |
| HSV(B) | 278.77º | 0.73% | 0.7% | - |
| XYZ | 18.61 | 10.23 | 43.11 | - |
| YUV | 87.94 | 178.83 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 48 | 178 | 0.26 | 0.73 | 0 | 0.30 | 278.77 | 0.58 | 0.44 |
| Hex | 84 | 30 | B2 | 1A | 49 | 0 | 1E | 117 | 3A | 2C |
| Octal | 204 | 60 | 262 | 32 | 111 | 0 | 36 | 427 | 72 | 54 |
| Binary | 10000100 | 110000 | 10110010 | 11010 | 1001001 | 0 | 11110 | 100010111 | 111010 | 101100 |
Color Harmonies of #8430B2
Complementary color
Monochromatic Colors of #8430B2
Black with #8430B2
Text Example
Text Example
White with #8430B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8430B2; }
p { color: rgb(132,48,178); }
H1.HeaderClassName
{
color: #8430B2;
}
.AnyTagClassName
{
color: #8430B2;
}
</style>
background-color css
<style>
a { background-color: #8430B2; }
a { background-color: rgb(132,48,178); }
div.DivClassName
{
background-color: #8430B2;
}
.BgClassName
{
background-color: #8430B2;
}
</style>
border-color css
<style>
span { border-color: #8430B2; }
span { border-color: rgb(132,48,178); }
td.TdClassName
{
border-color: #8430B2;
}
.TagClassName
{
border-color: #8430B2;
}
</style>