Shades of Dark Orchid #902FBC
Tints of Dark Orchid #902FBC
RGB
CMYK
RGB Variations
Color information
#902FBC (or 0x902FBC) is known color: Dark Orchid. HEX triplet: 90, 2F and BC. RGB value is (144,47,188). Sum of RGB (Red+Green+Blue) = 144+47+188=379 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.99% from 379); Green value is 47 (18.75% from 255 or 12.40% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #902FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #902FBC is #6FD043. Grayscale: #5B5B5B. Windows color (decimal): -7327812 or 12332944. OLE color: 12332944.
HSL color Cylindrical-coordinate representation of color #902FBC: hue angle of 281.28º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #902FBC is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 47 | 188 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.26 |
| HSL | 281.28º | 0.6% | 0.46% | - |
| HSV(B) | 281.28º | 0.75% | 0.74% | - |
| XYZ | 21.6 | 11.59 | 48.68 | - |
| YUV | 92.08 | 182.14 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 47 | 188 | 0.23 | 0.75 | 0 | 0.26 | 281.28 | 0.6 | 0.46 |
| Hex | 90 | 2F | BC | 17 | 4B | 0 | 1A | 119 | 3C | 2E |
| Octal | 220 | 57 | 274 | 27 | 113 | 0 | 32 | 431 | 74 | 56 |
| Binary | 10010000 | 101111 | 10111100 | 10111 | 1001011 | 0 | 11010 | 100011001 | 111100 | 101110 |
Color Harmonies of #902FBC
Complementary color
Monochromatic Colors of #902FBC
Black with #902FBC
Text Example
Text Example
White with #902FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902FBC; }
p { color: rgb(144,47,188); }
H1.HeaderClassName
{
color: #902FBC;
}
.AnyTagClassName
{
color: #902FBC;
}
</style>
background-color css
<style>
a { background-color: #902FBC; }
a { background-color: rgb(144,47,188); }
div.DivClassName
{
background-color: #902FBC;
}
.BgClassName
{
background-color: #902FBC;
}
</style>
border-color css
<style>
span { border-color: #902FBC; }
span { border-color: rgb(144,47,188); }
td.TdClassName
{
border-color: #902FBC;
}
.TagClassName
{
border-color: #902FBC;
}
</style>