Shades of Dark Orchid #902FBE
Tints of Dark Orchid #902FBE
RGB
CMYK
RGB Variations
Color information
#902FBE (or 0x902FBE) is known color: Dark Orchid. HEX triplet: 90, 2F and BE. RGB value is (144,47,190). Sum of RGB (Red+Green+Blue) = 144+47+190=381 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.80% from 381); Green value is 47 (18.75% from 255 or 12.34% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #902FBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #902FBE is #6FD041. Grayscale: #5B5B5B. Windows color (decimal): -7327810 or 12464016. OLE color: 12464016.
HSL color Cylindrical-coordinate representation of color #902FBE: hue angle of 280.7º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #902FBE is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 47 | 190 | - |
| CMYK | 0.24 | 0.75 | 0 | 0.25 |
| HSL | 280.7º | 0.6% | 0.46% | - |
| HSV(B) | 280.7º | 0.75% | 0.75% | - |
| XYZ | 21.81 | 11.68 | 49.82 | - |
| YUV | 92.31 | 183.14 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 47 | 190 | 0.24 | 0.75 | 0 | 0.25 | 280.7 | 0.6 | 0.46 |
| Hex | 90 | 2F | BE | 18 | 4B | 0 | 19 | 119 | 3C | 2E |
| Octal | 220 | 57 | 276 | 30 | 113 | 0 | 31 | 431 | 74 | 56 |
| Binary | 10010000 | 101111 | 10111110 | 11000 | 1001011 | 0 | 11001 | 100011001 | 111100 | 101110 |
Color Harmonies of #902FBE
Complementary color
Monochromatic Colors of #902FBE
Black with #902FBE
Text Example
Text Example
White with #902FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902FBE; }
p { color: rgb(144,47,190); }
H1.HeaderClassName
{
color: #902FBE;
}
.AnyTagClassName
{
color: #902FBE;
}
</style>
background-color css
<style>
a { background-color: #902FBE; }
a { background-color: rgb(144,47,190); }
div.DivClassName
{
background-color: #902FBE;
}
.BgClassName
{
background-color: #902FBE;
}
</style>
border-color css
<style>
span { border-color: #902FBE; }
span { border-color: rgb(144,47,190); }
td.TdClassName
{
border-color: #902FBE;
}
.TagClassName
{
border-color: #902FBE;
}
</style>