Shades of Dark Orchid #902FD5
Tints of Dark Orchid #902FD5
RGB
CMYK
RGB Variations
Color information
#902FD5 (or 0x902FD5) is known color: Dark Orchid. HEX triplet: 90, 2F and D5. RGB value is (144,47,213). Sum of RGB (Red+Green+Blue) = 144+47+213=404 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.64% from 404); Green value is 47 (18.75% from 255 or 11.63% from 404); Blue value is 213 (83.59% from 255 or 52.72% from 404); Max value from RGB is 213 - color contains mainly: blue. Hex color #902FD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #902FD5 is #6FD02A. Grayscale: #5E5E5E. Windows color (decimal): -7327787 or 13971344. OLE color: 13971344.
HSL color Cylindrical-coordinate representation of color #902FD5: hue angle of 275.06º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #902FD5 is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 47 | 213 | - |
| CMYK | 0.32 | 0.78 | 0 | 0.16 |
| HSL | 275.06º | 0.66% | 0.51% | - |
| HSV(B) | 275.06º | 0.78% | 0.84% | - |
| XYZ | 24.53 | 12.77 | 64.12 | - |
| YUV | 94.93 | 194.64 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 47 | 213 | 0.32 | 0.78 | 0 | 0.16 | 275.06 | 0.66 | 0.51 |
| Hex | 90 | 2F | D5 | 20 | 4E | 0 | 10 | 113 | 42 | 33 |
| Octal | 220 | 57 | 325 | 40 | 116 | 0 | 20 | 423 | 102 | 63 |
| Binary | 10010000 | 101111 | 11010101 | 100000 | 1001110 | 0 | 10000 | 100010011 | 1000010 | 110011 |
Color Harmonies of #902FD5
Complementary color
Monochromatic Colors of #902FD5
Black with #902FD5
Text Example
Text Example
White with #902FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902FD5; }
p { color: rgb(144,47,213); }
H1.HeaderClassName
{
color: #902FD5;
}
.AnyTagClassName
{
color: #902FD5;
}
</style>
background-color css
<style>
a { background-color: #902FD5; }
a { background-color: rgb(144,47,213); }
div.DivClassName
{
background-color: #902FD5;
}
.BgClassName
{
background-color: #902FD5;
}
</style>
border-color css
<style>
span { border-color: #902FD5; }
span { border-color: rgb(144,47,213); }
td.TdClassName
{
border-color: #902FD5;
}
.TagClassName
{
border-color: #902FD5;
}
</style>