Shades of Dark Orchid #912CCE
Tints of Dark Orchid #912CCE
RGB
CMYK
RGB Variations
Color information
#912CCE (or 0x912CCE) is known color: Dark Orchid. HEX triplet: 91, 2C and CE. RGB value is (145,44,206). Sum of RGB (Red+Green+Blue) = 145+44+206=395 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.71% from 395); Green value is 44 (17.58% from 255 or 11.14% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #912CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #912CCE is #6ED331. Grayscale: #5C5C5C. Windows color (decimal): -7263026 or 13511825. OLE color: 13511825.
HSL color Cylindrical-coordinate representation of color #912CCE: hue angle of 277.41º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #912CCE is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 44 | 206 | - |
| CMYK | 0.30 | 0.79 | 0 | 0.19 |
| HSL | 277.41º | 0.65% | 0.49% | - |
| HSV(B) | 277.41º | 0.79% | 0.81% | - |
| XYZ | 23.72 | 12.28 | 59.51 | - |
| YUV | 92.67 | 191.96 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 44 | 206 | 0.30 | 0.79 | 0 | 0.19 | 277.41 | 0.65 | 0.49 |
| Hex | 91 | 2C | CE | 1E | 4F | 0 | 13 | 115 | 41 | 31 |
| Octal | 221 | 54 | 316 | 36 | 117 | 0 | 23 | 425 | 101 | 61 |
| Binary | 10010001 | 101100 | 11001110 | 11110 | 1001111 | 0 | 10011 | 100010101 | 1000001 | 110001 |
Color Harmonies of #912CCE
Complementary color
Monochromatic Colors of #912CCE
Black with #912CCE
Text Example
Text Example
White with #912CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912CCE; }
p { color: rgb(145,44,206); }
H1.HeaderClassName
{
color: #912CCE;
}
.AnyTagClassName
{
color: #912CCE;
}
</style>
background-color css
<style>
a { background-color: #912CCE; }
a { background-color: rgb(145,44,206); }
div.DivClassName
{
background-color: #912CCE;
}
.BgClassName
{
background-color: #912CCE;
}
</style>
border-color css
<style>
span { border-color: #912CCE; }
span { border-color: rgb(145,44,206); }
td.TdClassName
{
border-color: #912CCE;
}
.TagClassName
{
border-color: #912CCE;
}
</style>