Shades of Dark Orchid #901CCA
Tints of Dark Orchid #901CCA
RGB
CMYK
RGB Variations
Color information
#901CCA (or 0x901CCA) is known color: Dark Orchid. HEX triplet: 90, 1C and CA. RGB value is (144,28,202). Sum of RGB (Red+Green+Blue) = 144+28+202=374 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.50% from 374); Green value is 28 (11.33% from 255 or 7.49% from 374); Blue value is 202 (79.30% from 255 or 54.01% from 374); Max value from RGB is 202 - color contains mainly: blue. Hex color #901CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901CCA is #6FE335. Grayscale: #515151. Windows color (decimal): -7332662 or 13245584. OLE color: 13245584.
HSL color Cylindrical-coordinate representation of color #901CCA: hue angle of 280º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #901CCA is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 28 | 202 | - |
| CMYK | 0.29 | 0.86 | 0 | 0.21 |
| HSL | 280º | 0.76% | 0.45% | - |
| HSV(B) | 280º | 0.86% | 0.79% | - |
| XYZ | 22.58 | 11.02 | 56.82 | - |
| YUV | 82.52 | 195.43 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 28 | 202 | 0.29 | 0.86 | 0 | 0.21 | 280 | 0.76 | 0.45 |
| Hex | 90 | 1C | CA | 1D | 56 | 0 | 15 | 118 | 4C | 2D |
| Octal | 220 | 34 | 312 | 35 | 126 | 0 | 25 | 430 | 114 | 55 |
| Binary | 10010000 | 11100 | 11001010 | 11101 | 1010110 | 0 | 10101 | 100011000 | 1001100 | 101101 |
Color Harmonies of #901CCA
Complementary color
Monochromatic Colors of #901CCA
Black with #901CCA
Text Example
Text Example
White with #901CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901CCA; }
p { color: rgb(144,28,202); }
H1.HeaderClassName
{
color: #901CCA;
}
.AnyTagClassName
{
color: #901CCA;
}
</style>
background-color css
<style>
a { background-color: #901CCA; }
a { background-color: rgb(144,28,202); }
div.DivClassName
{
background-color: #901CCA;
}
.BgClassName
{
background-color: #901CCA;
}
</style>
border-color css
<style>
span { border-color: #901CCA; }
span { border-color: rgb(144,28,202); }
td.TdClassName
{
border-color: #901CCA;
}
.TagClassName
{
border-color: #901CCA;
}
</style>