Shades of Dark Orchid #902EB4
Tints of Dark Orchid #902EB4
RGB
CMYK
RGB Variations
Color information
#902EB4 (or 0x902EB4) is known color: Dark Orchid. HEX triplet: 90, 2E and B4. RGB value is (144,46,180). Sum of RGB (Red+Green+Blue) = 144+46+180=370 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.92% from 370); Green value is 46 (18.36% from 255 or 12.43% from 370); Blue value is 180 (70.70% from 255 or 48.65% from 370); Max value from RGB is 180 - color contains mainly: blue. Hex color #902EB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #902EB4 is #6FD14B. Grayscale: #5A5A5A. Windows color (decimal): -7328076 or 11808400. OLE color: 11808400.
HSL color Cylindrical-coordinate representation of color #902EB4: hue angle of 283.88º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #902EB4 is Cyan = 0.2, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 46 | 180 | - |
| CMYK | 0.2 | 0.74 | 0 | 0.29 |
| HSL | 283.88º | 0.59% | 0.44% | - |
| HSV(B) | 283.88º | 0.74% | 0.71% | - |
| XYZ | 20.72 | 11.18 | 44.25 | - |
| YUV | 90.58 | 178.47 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 46 | 180 | 0.2 | 0.74 | 0 | 0.29 | 283.88 | 0.59 | 0.44 |
| Hex | 90 | 2E | B4 | 14 | 4A | 0 | 1D | 11C | 3B | 2C |
| Octal | 220 | 56 | 264 | 24 | 112 | 0 | 35 | 434 | 73 | 54 |
| Binary | 10010000 | 101110 | 10110100 | 10100 | 1001010 | 0 | 11101 | 100011100 | 111011 | 101100 |
Color Harmonies of #902EB4
Complementary color
Monochromatic Colors of #902EB4
Black with #902EB4
Text Example
Text Example
White with #902EB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902EB4; }
p { color: rgb(144,46,180); }
H1.HeaderClassName
{
color: #902EB4;
}
.AnyTagClassName
{
color: #902EB4;
}
</style>
background-color css
<style>
a { background-color: #902EB4; }
a { background-color: rgb(144,46,180); }
div.DivClassName
{
background-color: #902EB4;
}
.BgClassName
{
background-color: #902EB4;
}
</style>
border-color css
<style>
span { border-color: #902EB4; }
span { border-color: rgb(144,46,180); }
td.TdClassName
{
border-color: #902EB4;
}
.TagClassName
{
border-color: #902EB4;
}
</style>