Shades of Dark Orchid #901CCC
Tints of Dark Orchid #901CCC
RGB
CMYK
RGB Variations
Color information
#901CCC (or 0x901CCC) is known color: Dark Orchid. HEX triplet: 90, 1C and CC. RGB value is (144,28,204). Sum of RGB (Red+Green+Blue) = 144+28+204=376 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.30% from 376); Green value is 28 (11.33% from 255 or 7.45% from 376); Blue value is 204 (80.08% from 255 or 54.26% from 376); Max value from RGB is 204 - color contains mainly: blue. Hex color #901CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901CCC is #6FE333. Grayscale: #525252. Windows color (decimal): -7332660 or 13376656. OLE color: 13376656.
HSL color Cylindrical-coordinate representation of color #901CCC: hue angle of 279.55º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #901CCC is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 144 | 28 | 204 | - |
| CMYK | 0.29 | 0.86 | 0 | 0.2 |
| HSL | 279.55º | 0.76% | 0.45% | - |
| HSV(B) | 279.55º | 0.86% | 0.8% | - |
| XYZ | 22.82 | 11.12 | 58.07 | - |
| YUV | 82.75 | 196.43 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 28 | 204 | 0.29 | 0.86 | 0 | 0.2 | 279.55 | 0.76 | 0.45 |
| Hex | 90 | 1C | CC | 1D | 56 | 0 | 14 | 118 | 4C | 2D |
| Octal | 220 | 34 | 314 | 35 | 126 | 0 | 24 | 430 | 114 | 55 |
| Binary | 10010000 | 11100 | 11001100 | 11101 | 1010110 | 0 | 10100 | 100011000 | 1001100 | 101101 |
Color Harmonies of #901CCC
Complementary color
Monochromatic Colors of #901CCC
Black with #901CCC
Text Example
Text Example
White with #901CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901CCC; }
p { color: rgb(144,28,204); }
H1.HeaderClassName
{
color: #901CCC;
}
.AnyTagClassName
{
color: #901CCC;
}
</style>
background-color css
<style>
a { background-color: #901CCC; }
a { background-color: rgb(144,28,204); }
div.DivClassName
{
background-color: #901CCC;
}
.BgClassName
{
background-color: #901CCC;
}
</style>
border-color css
<style>
span { border-color: #901CCC; }
span { border-color: rgb(144,28,204); }
td.TdClassName
{
border-color: #901CCC;
}
.TagClassName
{
border-color: #901CCC;
}
</style>