Shades of Dark Orchid #8425B4
Tints of Dark Orchid #8425B4
RGB
CMYK
RGB Variations
Color information
#8425B4 (or 0x8425B4) is known color: Dark Orchid. HEX triplet: 84, 25 and B4. RGB value is (132,37,180). Sum of RGB (Red+Green+Blue) = 132+37+180=349 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.82% from 349); Green value is 37 (14.84% from 255 or 10.60% from 349); Blue value is 180 (70.70% from 255 or 51.58% from 349); Max value from RGB is 180 - color contains mainly: blue. Hex color #8425B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8425B4 is #7BDA4B. Grayscale: #515151. Windows color (decimal): -8116812 or 11806084. OLE color: 11806084.
HSL color Cylindrical-coordinate representation of color #8425B4: hue angle of 279.86º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8425B4 is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 37 | 180 | - |
| CMYK | 0.27 | 0.79 | 0 | 0.29 |
| HSL | 279.86º | 0.66% | 0.43% | - |
| HSV(B) | 279.86º | 0.79% | 0.71% | - |
| XYZ | 18.42 | 9.52 | 44.05 | - |
| YUV | 81.71 | 183.47 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 37 | 180 | 0.27 | 0.79 | 0 | 0.29 | 279.86 | 0.66 | 0.43 |
| Hex | 84 | 25 | B4 | 1B | 4F | 0 | 1D | 118 | 42 | 2B |
| Octal | 204 | 45 | 264 | 33 | 117 | 0 | 35 | 430 | 102 | 53 |
| Binary | 10000100 | 100101 | 10110100 | 11011 | 1001111 | 0 | 11101 | 100011000 | 1000010 | 101011 |
Color Harmonies of #8425B4
Complementary color
Monochromatic Colors of #8425B4
Black with #8425B4
Text Example
Text Example
White with #8425B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8425B4; }
p { color: rgb(132,37,180); }
H1.HeaderClassName
{
color: #8425B4;
}
.AnyTagClassName
{
color: #8425B4;
}
</style>
background-color css
<style>
a { background-color: #8425B4; }
a { background-color: rgb(132,37,180); }
div.DivClassName
{
background-color: #8425B4;
}
.BgClassName
{
background-color: #8425B4;
}
</style>
border-color css
<style>
span { border-color: #8425B4; }
span { border-color: rgb(132,37,180); }
td.TdClassName
{
border-color: #8425B4;
}
.TagClassName
{
border-color: #8425B4;
}
</style>