Shades of Dark Orchid #8430BD
Tints of Dark Orchid #8430BD
RGB
CMYK
RGB Variations
Color information
#8430BD (or 0x8430BD) is known color: Dark Orchid. HEX triplet: 84, 30 and BD. RGB value is (132,48,189). Sum of RGB (Red+Green+Blue) = 132+48+189=369 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.77% from 369); Green value is 48 (19.14% from 255 or 13.01% from 369); Blue value is 189 (74.22% from 255 or 51.22% from 369); Max value from RGB is 189 - color contains mainly: blue. Hex color #8430BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8430BD is #7BCF42. Grayscale: #585858. Windows color (decimal): -8113987 or 12398724. OLE color: 12398724.
HSL color Cylindrical-coordinate representation of color #8430BD: hue angle of 275.74º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8430BD is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 48 | 189 | - |
| CMYK | 0.30 | 0.75 | 0 | 0.26 |
| HSL | 275.74º | 0.59% | 0.46% | - |
| HSV(B) | 275.74º | 0.75% | 0.74% | - |
| XYZ | 19.76 | 10.69 | 49.17 | - |
| YUV | 89.19 | 184.33 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 48 | 189 | 0.30 | 0.75 | 0 | 0.26 | 275.74 | 0.59 | 0.46 |
| Hex | 84 | 30 | BD | 1E | 4B | 0 | 1A | 114 | 3B | 2E |
| Octal | 204 | 60 | 275 | 36 | 113 | 0 | 32 | 424 | 73 | 56 |
| Binary | 10000100 | 110000 | 10111101 | 11110 | 1001011 | 0 | 11010 | 100010100 | 111011 | 101110 |
Color Harmonies of #8430BD
Complementary color
Monochromatic Colors of #8430BD
Black with #8430BD
Text Example
Text Example
White with #8430BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8430BD; }
p { color: rgb(132,48,189); }
H1.HeaderClassName
{
color: #8430BD;
}
.AnyTagClassName
{
color: #8430BD;
}
</style>
background-color css
<style>
a { background-color: #8430BD; }
a { background-color: rgb(132,48,189); }
div.DivClassName
{
background-color: #8430BD;
}
.BgClassName
{
background-color: #8430BD;
}
</style>
border-color css
<style>
span { border-color: #8430BD; }
span { border-color: rgb(132,48,189); }
td.TdClassName
{
border-color: #8430BD;
}
.TagClassName
{
border-color: #8430BD;
}
</style>