Shades of Dark Orchid #902ECF
Tints of Dark Orchid #902ECF
RGB
CMYK
RGB Variations
Color information
#902ECF (or 0x902ECF) is known color: Dark Orchid. HEX triplet: 90, 2E and CF. RGB value is (144,46,207). Sum of RGB (Red+Green+Blue) = 144+46+207=397 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.27% from 397); Green value is 46 (18.36% from 255 or 11.59% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #902ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #902ECF is #6FD130. Grayscale: #5D5D5D. Windows color (decimal): -7328049 or 13577872. OLE color: 13577872.
HSL color Cylindrical-coordinate representation of color #902ECF: hue angle of 276.52º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #902ECF is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 46 | 207 | - |
| CMYK | 0.30 | 0.78 | 0 | 0.19 |
| HSL | 276.52º | 0.64% | 0.5% | - |
| HSV(B) | 276.52º | 0.78% | 0.81% | - |
| XYZ | 23.74 | 12.39 | 60.17 | - |
| YUV | 93.66 | 191.97 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 46 | 207 | 0.30 | 0.78 | 0 | 0.19 | 276.52 | 0.64 | 0.5 |
| Hex | 90 | 2E | CF | 1E | 4E | 0 | 13 | 115 | 40 | 32 |
| Octal | 220 | 56 | 317 | 36 | 116 | 0 | 23 | 425 | 100 | 62 |
| Binary | 10010000 | 101110 | 11001111 | 11110 | 1001110 | 0 | 10011 | 100010101 | 1000000 | 110010 |
Color Harmonies of #902ECF
Complementary color
Monochromatic Colors of #902ECF
Black with #902ECF
Text Example
Text Example
White with #902ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902ECF; }
p { color: rgb(144,46,207); }
H1.HeaderClassName
{
color: #902ECF;
}
.AnyTagClassName
{
color: #902ECF;
}
</style>
background-color css
<style>
a { background-color: #902ECF; }
a { background-color: rgb(144,46,207); }
div.DivClassName
{
background-color: #902ECF;
}
.BgClassName
{
background-color: #902ECF;
}
</style>
border-color css
<style>
span { border-color: #902ECF; }
span { border-color: rgb(144,46,207); }
td.TdClassName
{
border-color: #902ECF;
}
.TagClassName
{
border-color: #902ECF;
}
</style>