Shades of Dark Orchid #911CC8
Tints of Dark Orchid #911CC8
RGB
CMYK
RGB Variations
Color information
#911CC8 (or 0x911CC8) is known color: Dark Orchid. HEX triplet: 91, 1C and C8. RGB value is (145,28,200). Sum of RGB (Red+Green+Blue) = 145+28+200=373 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.87% from 373); Green value is 28 (11.33% from 255 or 7.51% from 373); Blue value is 200 (78.52% from 255 or 53.62% from 373); Max value from RGB is 200 - color contains mainly: blue. Hex color #911CC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #911CC8 is #6EE337. Grayscale: #525252. Windows color (decimal): -7267128 or 13114513. OLE color: 13114513.
HSL color Cylindrical-coordinate representation of color #911CC8: hue angle of 280.81º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #911CC8 is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 145 | 28 | 200 | - |
| CMYK | 0.28 | 0.86 | 0 | 0.22 |
| HSL | 280.81º | 0.75% | 0.45% | - |
| HSV(B) | 280.81º | 0.86% | 0.78% | - |
| XYZ | 22.52 | 11.02 | 55.58 | - |
| YUV | 82.59 | 194.26 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 28 | 200 | 0.28 | 0.86 | 0 | 0.22 | 280.81 | 0.75 | 0.45 |
| Hex | 91 | 1C | C8 | 1C | 56 | 0 | 16 | 119 | 4B | 2D |
| Octal | 221 | 34 | 310 | 34 | 126 | 0 | 26 | 431 | 113 | 55 |
| Binary | 10010001 | 11100 | 11001000 | 11100 | 1010110 | 0 | 10110 | 100011001 | 1001011 | 101101 |
Color Harmonies of #911CC8
Complementary color
Monochromatic Colors of #911CC8
Black with #911CC8
Text Example
Text Example
White with #911CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911CC8; }
p { color: rgb(145,28,200); }
H1.HeaderClassName
{
color: #911CC8;
}
.AnyTagClassName
{
color: #911CC8;
}
</style>
background-color css
<style>
a { background-color: #911CC8; }
a { background-color: rgb(145,28,200); }
div.DivClassName
{
background-color: #911CC8;
}
.BgClassName
{
background-color: #911CC8;
}
</style>
border-color css
<style>
span { border-color: #911CC8; }
span { border-color: rgb(145,28,200); }
td.TdClassName
{
border-color: #911CC8;
}
.TagClassName
{
border-color: #911CC8;
}
</style>