Shades of Dark Orchid #902FD1
Tints of Dark Orchid #902FD1
RGB
CMYK
RGB Variations
Color information
#902FD1 (or 0x902FD1) is known color: Dark Orchid. HEX triplet: 90, 2F and D1. RGB value is (144,47,209). Sum of RGB (Red+Green+Blue) = 144+47+209=400 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36% from 400); Green value is 47 (18.75% from 255 or 11.75% from 400); Blue value is 209 (82.03% from 255 or 52.25% from 400); Max value from RGB is 209 - color contains mainly: blue. Hex color #902FD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #902FD1 is #6FD02E. Grayscale: #5D5D5D. Windows color (decimal): -7327791 or 13709200. OLE color: 13709200.
HSL color Cylindrical-coordinate representation of color #902FD1: hue angle of 275.93º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #902FD1 is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 144 | 47 | 209 | - |
| CMYK | 0.31 | 0.78 | 0 | 0.18 |
| HSL | 275.93º | 0.64% | 0.5% | - |
| HSV(B) | 275.93º | 0.78% | 0.82% | - |
| XYZ | 24.03 | 12.57 | 61.48 | - |
| YUV | 94.47 | 192.64 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 47 | 209 | 0.31 | 0.78 | 0 | 0.18 | 275.93 | 0.64 | 0.5 |
| Hex | 90 | 2F | D1 | 1F | 4E | 0 | 12 | 114 | 40 | 32 |
| Octal | 220 | 57 | 321 | 37 | 116 | 0 | 22 | 424 | 100 | 62 |
| Binary | 10010000 | 101111 | 11010001 | 11111 | 1001110 | 0 | 10010 | 100010100 | 1000000 | 110010 |
Color Harmonies of #902FD1
Complementary color
Monochromatic Colors of #902FD1
Black with #902FD1
Text Example
Text Example
White with #902FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902FD1; }
p { color: rgb(144,47,209); }
H1.HeaderClassName
{
color: #902FD1;
}
.AnyTagClassName
{
color: #902FD1;
}
</style>
background-color css
<style>
a { background-color: #902FD1; }
a { background-color: rgb(144,47,209); }
div.DivClassName
{
background-color: #902FD1;
}
.BgClassName
{
background-color: #902FD1;
}
</style>
border-color css
<style>
span { border-color: #902FD1; }
span { border-color: rgb(144,47,209); }
td.TdClassName
{
border-color: #902FD1;
}
.TagClassName
{
border-color: #902FD1;
}
</style>