Shades of Dark Orchid #902ACB
Tints of Dark Orchid #902ACB
RGB
CMYK
RGB Variations
Color information
#902ACB (or 0x902ACB) is known color: Dark Orchid. HEX triplet: 90, 2A and CB. RGB value is (144,42,203). Sum of RGB (Red+Green+Blue) = 144+42+203=389 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.02% from 389); Green value is 42 (16.80% from 255 or 10.80% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #902ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #902ACB is #6FD534. Grayscale: #5A5A5A. Windows color (decimal): -7329077 or 13314704. OLE color: 13314704.
HSL color Cylindrical-coordinate representation of color #902ACB: hue angle of 278.01º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #902ACB is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 42 | 203 | - |
| CMYK | 0.29 | 0.79 | 0 | 0.20 |
| HSL | 278.01º | 0.66% | 0.48% | - |
| HSV(B) | 278.01º | 0.79% | 0.8% | - |
| XYZ | 23.11 | 11.9 | 57.58 | - |
| YUV | 90.85 | 191.29 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 42 | 203 | 0.29 | 0.79 | 0 | 0.20 | 278.01 | 0.66 | 0.48 |
| Hex | 90 | 2A | CB | 1D | 4F | 0 | 14 | 116 | 42 | 30 |
| Octal | 220 | 52 | 313 | 35 | 117 | 0 | 24 | 426 | 102 | 60 |
| Binary | 10010000 | 101010 | 11001011 | 11101 | 1001111 | 0 | 10100 | 100010110 | 1000010 | 110000 |
Color Harmonies of #902ACB
Complementary color
Monochromatic Colors of #902ACB
Black with #902ACB
Text Example
Text Example
White with #902ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902ACB; }
p { color: rgb(144,42,203); }
H1.HeaderClassName
{
color: #902ACB;
}
.AnyTagClassName
{
color: #902ACB;
}
</style>
background-color css
<style>
a { background-color: #902ACB; }
a { background-color: rgb(144,42,203); }
div.DivClassName
{
background-color: #902ACB;
}
.BgClassName
{
background-color: #902ACB;
}
</style>
border-color css
<style>
span { border-color: #902ACB; }
span { border-color: rgb(144,42,203); }
td.TdClassName
{
border-color: #902ACB;
}
.TagClassName
{
border-color: #902ACB;
}
</style>