Shades of Dark Orchid #902FC7
Tints of Dark Orchid #902FC7
RGB
CMYK
RGB Variations
Color information
#902FC7 (or 0x902FC7) is known color: Dark Orchid. HEX triplet: 90, 2F and C7. RGB value is (144,47,199). Sum of RGB (Red+Green+Blue) = 144+47+199=390 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.92% from 390); Green value is 47 (18.75% from 255 or 12.05% from 390); Blue value is 199 (78.12% from 255 or 51.03% from 390); Max value from RGB is 199 - color contains mainly: blue. Hex color #902FC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #902FC7 is #6FD038. Grayscale: #5C5C5C. Windows color (decimal): -7327801 or 13053840. OLE color: 13053840.
HSL color Cylindrical-coordinate representation of color #902FC7: hue angle of 278.29º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #902FC7 is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 144 | 47 | 199 | - |
| CMYK | 0.28 | 0.76 | 0 | 0.22 |
| HSL | 278.29º | 0.62% | 0.48% | - |
| HSV(B) | 278.29º | 0.76% | 0.78% | - |
| XYZ | 22.83 | 12.09 | 55.16 | - |
| YUV | 93.33 | 187.64 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 47 | 199 | 0.28 | 0.76 | 0 | 0.22 | 278.29 | 0.62 | 0.48 |
| Hex | 90 | 2F | C7 | 1C | 4C | 0 | 16 | 116 | 3E | 30 |
| Octal | 220 | 57 | 307 | 34 | 114 | 0 | 26 | 426 | 76 | 60 |
| Binary | 10010000 | 101111 | 11000111 | 11100 | 1001100 | 0 | 10110 | 100010110 | 111110 | 110000 |
Color Harmonies of #902FC7
Complementary color
Monochromatic Colors of #902FC7
Black with #902FC7
Text Example
Text Example
White with #902FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902FC7; }
p { color: rgb(144,47,199); }
H1.HeaderClassName
{
color: #902FC7;
}
.AnyTagClassName
{
color: #902FC7;
}
</style>
background-color css
<style>
a { background-color: #902FC7; }
a { background-color: rgb(144,47,199); }
div.DivClassName
{
background-color: #902FC7;
}
.BgClassName
{
background-color: #902FC7;
}
</style>
border-color css
<style>
span { border-color: #902FC7; }
span { border-color: rgb(144,47,199); }
td.TdClassName
{
border-color: #902FC7;
}
.TagClassName
{
border-color: #902FC7;
}
</style>