Shades of Dark Orchid #902DBB
Tints of Dark Orchid #902DBB
RGB
CMYK
RGB Variations
Color information
#902DBB (or 0x902DBB) is known color: Dark Orchid. HEX triplet: 90, 2D and BB. RGB value is (144,45,187). Sum of RGB (Red+Green+Blue) = 144+45+187=376 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.30% from 376); Green value is 45 (17.97% from 255 or 11.97% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #902DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #902DBB is #6FD244. Grayscale: #5A5A5A. Windows color (decimal): -7328325 or 12266896. OLE color: 12266896.
HSL color Cylindrical-coordinate representation of color #902DBB: hue angle of 281.83º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #902DBB is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 45 | 187 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.27 |
| HSL | 281.83º | 0.61% | 0.45% | - |
| HSV(B) | 281.83º | 0.76% | 0.73% | - |
| XYZ | 21.41 | 11.39 | 48.08 | - |
| YUV | 90.79 | 182.3 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 45 | 187 | 0.23 | 0.76 | 0 | 0.27 | 281.83 | 0.61 | 0.45 |
| Hex | 90 | 2D | BB | 17 | 4C | 0 | 1B | 11A | 3D | 2D |
| Octal | 220 | 55 | 273 | 27 | 114 | 0 | 33 | 432 | 75 | 55 |
| Binary | 10010000 | 101101 | 10111011 | 10111 | 1001100 | 0 | 11011 | 100011010 | 111101 | 101101 |
Color Harmonies of #902DBB
Complementary color
Monochromatic Colors of #902DBB
Black with #902DBB
Text Example
Text Example
White with #902DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902DBB; }
p { color: rgb(144,45,187); }
H1.HeaderClassName
{
color: #902DBB;
}
.AnyTagClassName
{
color: #902DBB;
}
</style>
background-color css
<style>
a { background-color: #902DBB; }
a { background-color: rgb(144,45,187); }
div.DivClassName
{
background-color: #902DBB;
}
.BgClassName
{
background-color: #902DBB;
}
</style>
border-color css
<style>
span { border-color: #902DBB; }
span { border-color: rgb(144,45,187); }
td.TdClassName
{
border-color: #902DBB;
}
.TagClassName
{
border-color: #902DBB;
}
</style>