Shades of Dark Orchid #8427BD
Tints of Dark Orchid #8427BD
RGB
CMYK
RGB Variations
Color information
#8427BD (or 0x8427BD) is known color: Dark Orchid. HEX triplet: 84, 27 and BD. RGB value is (132,39,189). Sum of RGB (Red+Green+Blue) = 132+39+189=360 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.67% from 360); Green value is 39 (15.62% from 255 or 10.83% from 360); Blue value is 189 (74.22% from 255 or 52.5% from 360); Max value from RGB is 189 - color contains mainly: blue. Hex color #8427BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8427BD is #7BD842. Grayscale: #535353. Windows color (decimal): -8116291 or 12396420. OLE color: 12396420.
HSL color Cylindrical-coordinate representation of color #8427BD: hue angle of 277.2º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8427BD is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 39 | 189 | - |
| CMYK | 0.30 | 0.79 | 0 | 0.26 |
| HSL | 277.2º | 0.66% | 0.45% | - |
| HSV(B) | 277.2º | 0.79% | 0.74% | - |
| XYZ | 19.43 | 10.03 | 49.06 | - |
| YUV | 83.91 | 187.31 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 39 | 189 | 0.30 | 0.79 | 0 | 0.26 | 277.2 | 0.66 | 0.45 |
| Hex | 84 | 27 | BD | 1E | 4F | 0 | 1A | 115 | 42 | 2D |
| Octal | 204 | 47 | 275 | 36 | 117 | 0 | 32 | 425 | 102 | 55 |
| Binary | 10000100 | 100111 | 10111101 | 11110 | 1001111 | 0 | 11010 | 100010101 | 1000010 | 101101 |
Color Harmonies of #8427BD
Complementary color
Monochromatic Colors of #8427BD
Black with #8427BD
Text Example
Text Example
White with #8427BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8427BD; }
p { color: rgb(132,39,189); }
H1.HeaderClassName
{
color: #8427BD;
}
.AnyTagClassName
{
color: #8427BD;
}
</style>
background-color css
<style>
a { background-color: #8427BD; }
a { background-color: rgb(132,39,189); }
div.DivClassName
{
background-color: #8427BD;
}
.BgClassName
{
background-color: #8427BD;
}
</style>
border-color css
<style>
span { border-color: #8427BD; }
span { border-color: rgb(132,39,189); }
td.TdClassName
{
border-color: #8427BD;
}
.TagClassName
{
border-color: #8427BD;
}
</style>