Shades of Dark Orchid #8B24CB
Tints of Dark Orchid #8B24CB
RGB
CMYK
RGB Variations
Color information
#8B24CB (or 0x8B24CB) is known color: Dark Orchid. HEX triplet: 8B, 24 and CB. RGB value is (139,36,203). Sum of RGB (Red+Green+Blue) = 139+36+203=378 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.77% from 378); Green value is 36 (14.45% from 255 or 9.52% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #8B24CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B24CB is #74DB34. Grayscale: #555555. Windows color (decimal): -7658293 or 13313163. OLE color: 13313163.
HSL color Cylindrical-coordinate representation of color #8B24CB: hue angle of 277.01º degrees, saturation: 0.7, 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 #8B24CB is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 36 | 203 | - |
| CMYK | 0.32 | 0.82 | 0 | 0.20 |
| HSL | 277.01º | 0.7% | 0.47% | - |
| HSV(B) | 277.01º | 0.82% | 0.8% | - |
| XYZ | 22.06 | 11.06 | 57.47 | - |
| YUV | 85.84 | 194.12 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 36 | 203 | 0.32 | 0.82 | 0 | 0.20 | 277.01 | 0.7 | 0.47 |
| Hex | 8B | 24 | CB | 20 | 52 | 0 | 14 | 115 | 46 | 2F |
| Octal | 213 | 44 | 313 | 40 | 122 | 0 | 24 | 425 | 106 | 57 |
| Binary | 10001011 | 100100 | 11001011 | 100000 | 1010010 | 0 | 10100 | 100010101 | 1000110 | 101111 |
Color Harmonies of #8B24CB
Complementary color
Monochromatic Colors of #8B24CB
Black with #8B24CB
Text Example
Text Example
White with #8B24CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B24CB; }
p { color: rgb(139,36,203); }
H1.HeaderClassName
{
color: #8B24CB;
}
.AnyTagClassName
{
color: #8B24CB;
}
</style>
background-color css
<style>
a { background-color: #8B24CB; }
a { background-color: rgb(139,36,203); }
div.DivClassName
{
background-color: #8B24CB;
}
.BgClassName
{
background-color: #8B24CB;
}
</style>
border-color css
<style>
span { border-color: #8B24CB; }
span { border-color: rgb(139,36,203); }
td.TdClassName
{
border-color: #8B24CB;
}
.TagClassName
{
border-color: #8B24CB;
}
</style>