Shades of Dark Orchid #8825CB
Tints of Dark Orchid #8825CB
RGB
CMYK
RGB Variations
Color information
#8825CB (or 0x8825CB) is known color: Dark Orchid. HEX triplet: 88, 25 and CB. RGB value is (136,37,203). Sum of RGB (Red+Green+Blue) = 136+37+203=376 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.17% from 376); Green value is 37 (14.84% from 255 or 9.84% from 376); Blue value is 203 (79.69% from 255 or 53.99% from 376); Max value from RGB is 203 - color contains mainly: blue. Hex color #8825CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8825CB is #77DA34. Grayscale: #545454. Windows color (decimal): -7854645 or 13313416. OLE color: 13313416.
HSL color Cylindrical-coordinate representation of color #8825CB: hue angle of 275.78º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8825CB is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 37 | 203 | - |
| CMYK | 0.33 | 0.82 | 0 | 0.20 |
| HSL | 275.78º | 0.69% | 0.47% | - |
| HSV(B) | 275.78º | 0.82% | 0.8% | - |
| XYZ | 21.59 | 10.87 | 57.46 | - |
| YUV | 85.53 | 194.3 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 37 | 203 | 0.33 | 0.82 | 0 | 0.20 | 275.78 | 0.69 | 0.47 |
| Hex | 88 | 25 | CB | 21 | 52 | 0 | 14 | 114 | 45 | 2F |
| Octal | 210 | 45 | 313 | 41 | 122 | 0 | 24 | 424 | 105 | 57 |
| Binary | 10001000 | 100101 | 11001011 | 100001 | 1010010 | 0 | 10100 | 100010100 | 1000101 | 101111 |
Color Harmonies of #8825CB
Complementary color
Monochromatic Colors of #8825CB
Black with #8825CB
Text Example
Text Example
White with #8825CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8825CB; }
p { color: rgb(136,37,203); }
H1.HeaderClassName
{
color: #8825CB;
}
.AnyTagClassName
{
color: #8825CB;
}
</style>
background-color css
<style>
a { background-color: #8825CB; }
a { background-color: rgb(136,37,203); }
div.DivClassName
{
background-color: #8825CB;
}
.BgClassName
{
background-color: #8825CB;
}
</style>
border-color css
<style>
span { border-color: #8825CB; }
span { border-color: rgb(136,37,203); }
td.TdClassName
{
border-color: #8825CB;
}
.TagClassName
{
border-color: #8825CB;
}
</style>