Shades of Dark Orchid #8430B6
Tints of Dark Orchid #8430B6
RGB
CMYK
RGB Variations
Color information
#8430B6 (or 0x8430B6) is known color: Dark Orchid. HEX triplet: 84, 30 and B6. RGB value is (132,48,182). Sum of RGB (Red+Green+Blue) = 132+48+182=362 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.46% from 362); Green value is 48 (19.14% from 255 or 13.26% from 362); Blue value is 182 (71.48% from 255 or 50.28% from 362); Max value from RGB is 182 - color contains mainly: blue. Hex color #8430B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8430B6 is #7BCF49. Grayscale: #575757. Windows color (decimal): -8113994 or 11939972. OLE color: 11939972.
HSL color Cylindrical-coordinate representation of color #8430B6: hue angle of 277.61º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8430B6 is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 48 | 182 | - |
| CMYK | 0.27 | 0.74 | 0 | 0.29 |
| HSL | 277.61º | 0.58% | 0.45% | - |
| HSV(B) | 277.61º | 0.74% | 0.71% | - |
| XYZ | 19.02 | 10.4 | 45.26 | - |
| YUV | 88.39 | 180.83 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 48 | 182 | 0.27 | 0.74 | 0 | 0.29 | 277.61 | 0.58 | 0.45 |
| Hex | 84 | 30 | B6 | 1B | 4A | 0 | 1D | 116 | 3A | 2D |
| Octal | 204 | 60 | 266 | 33 | 112 | 0 | 35 | 426 | 72 | 55 |
| Binary | 10000100 | 110000 | 10110110 | 11011 | 1001010 | 0 | 11101 | 100010110 | 111010 | 101101 |
Color Harmonies of #8430B6
Complementary color
Monochromatic Colors of #8430B6
Black with #8430B6
Text Example
Text Example
White with #8430B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8430B6; }
p { color: rgb(132,48,182); }
H1.HeaderClassName
{
color: #8430B6;
}
.AnyTagClassName
{
color: #8430B6;
}
</style>
background-color css
<style>
a { background-color: #8430B6; }
a { background-color: rgb(132,48,182); }
div.DivClassName
{
background-color: #8430B6;
}
.BgClassName
{
background-color: #8430B6;
}
</style>
border-color css
<style>
span { border-color: #8430B6; }
span { border-color: rgb(132,48,182); }
td.TdClassName
{
border-color: #8430B6;
}
.TagClassName
{
border-color: #8430B6;
}
</style>