Shades of Dark Orchid #992CBC
Tints of Dark Orchid #992CBC
RGB
CMYK
RGB Variations
Color information
#992CBC (or 0x992CBC) is known color: Dark Orchid. HEX triplet: 99, 2C and BC. RGB value is (153,44,188). Sum of RGB (Red+Green+Blue) = 153+44+188=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 44 (17.58% from 255 or 11.43% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #992CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992CBC is #66D343. Grayscale: #5C5C5C. Windows color (decimal): -6738756 or 12332185. OLE color: 12332185.
HSL color Cylindrical-coordinate representation of color #992CBC: hue angle of 285.42º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #992CBC is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 44 | 188 | - |
| CMYK | 0.19 | 0.77 | 0 | 0.26 |
| HSL | 285.42º | 0.62% | 0.45% | - |
| HSV(B) | 285.42º | 0.77% | 0.74% | - |
| XYZ | 23.11 | 12.2 | 48.71 | - |
| YUV | 93.01 | 181.61 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 44 | 188 | 0.19 | 0.77 | 0 | 0.26 | 285.42 | 0.62 | 0.45 |
| Hex | 99 | 2C | BC | 13 | 4D | 0 | 1A | 11D | 3E | 2D |
| Octal | 231 | 54 | 274 | 23 | 115 | 0 | 32 | 435 | 76 | 55 |
| Binary | 10011001 | 101100 | 10111100 | 10011 | 1001101 | 0 | 11010 | 100011101 | 111110 | 101101 |
Color Harmonies of #992CBC
Complementary color
Monochromatic Colors of #992CBC
Black with #992CBC
Text Example
Text Example
White with #992CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992CBC; }
p { color: rgb(153,44,188); }
H1.HeaderClassName
{
color: #992CBC;
}
.AnyTagClassName
{
color: #992CBC;
}
</style>
background-color css
<style>
a { background-color: #992CBC; }
a { background-color: rgb(153,44,188); }
div.DivClassName
{
background-color: #992CBC;
}
.BgClassName
{
background-color: #992CBC;
}
</style>
border-color css
<style>
span { border-color: #992CBC; }
span { border-color: rgb(153,44,188); }
td.TdClassName
{
border-color: #992CBC;
}
.TagClassName
{
border-color: #992CBC;
}
</style>