Shades of Dark Orchid #902EBC
Tints of Dark Orchid #902EBC
RGB
CMYK
RGB Variations
Color information
#902EBC (or 0x902EBC) is known color: Dark Orchid. HEX triplet: 90, 2E and BC. RGB value is (144,46,188). Sum of RGB (Red+Green+Blue) = 144+46+188=378 (50% of max value = 765). Red value is 144 (56.64% from 255 or 38.10% from 378); Green value is 46 (18.36% from 255 or 12.17% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #902EBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #902EBC is #6FD143. Grayscale: #5B5B5B. Windows color (decimal): -7328068 or 12332688. OLE color: 12332688.
HSL color Cylindrical-coordinate representation of color #902EBC: hue angle of 281.41º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #902EBC is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 46 | 188 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.26 |
| HSL | 281.41º | 0.61% | 0.46% | - |
| HSV(B) | 281.41º | 0.76% | 0.74% | - |
| XYZ | 21.56 | 11.51 | 48.66 | - |
| YUV | 91.49 | 182.47 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 46 | 188 | 0.23 | 0.76 | 0 | 0.26 | 281.41 | 0.61 | 0.46 |
| Hex | 90 | 2E | BC | 17 | 4C | 0 | 1A | 119 | 3D | 2E |
| Octal | 220 | 56 | 274 | 27 | 114 | 0 | 32 | 431 | 75 | 56 |
| Binary | 10010000 | 101110 | 10111100 | 10111 | 1001100 | 0 | 11010 | 100011001 | 111101 | 101110 |
Color Harmonies of #902EBC
Complementary color
Monochromatic Colors of #902EBC
Black with #902EBC
Text Example
Text Example
White with #902EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902EBC; }
p { color: rgb(144,46,188); }
H1.HeaderClassName
{
color: #902EBC;
}
.AnyTagClassName
{
color: #902EBC;
}
</style>
background-color css
<style>
a { background-color: #902EBC; }
a { background-color: rgb(144,46,188); }
div.DivClassName
{
background-color: #902EBC;
}
.BgClassName
{
background-color: #902EBC;
}
</style>
border-color css
<style>
span { border-color: #902EBC; }
span { border-color: rgb(144,46,188); }
td.TdClassName
{
border-color: #902EBC;
}
.TagClassName
{
border-color: #902EBC;
}
</style>