Shades of Dark Orchid #902FB2
Tints of Dark Orchid #902FB2
RGB
CMYK
RGB Variations
Color information
#902FB2 (or 0x902FB2) is known color: Dark Orchid. HEX triplet: 90, 2F and B2. RGB value is (144,47,178). Sum of RGB (Red+Green+Blue) = 144+47+178=369 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.02% from 369); Green value is 47 (18.75% from 255 or 12.74% from 369); Blue value is 178 (69.92% from 255 or 48.24% from 369); Max value from RGB is 178 - color contains mainly: blue. Hex color #902FB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #902FB2 is #6FD04D. Grayscale: #5A5A5A. Windows color (decimal): -7327822 or 11677584. OLE color: 11677584.
HSL color Cylindrical-coordinate representation of color #902FB2: hue angle of 284.43º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #902FB2 is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 144 | 47 | 178 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.30 |
| HSL | 284.43º | 0.58% | 0.44% | - |
| HSV(B) | 284.43º | 0.74% | 0.7% | - |
| XYZ | 20.55 | 11.18 | 43.19 | - |
| YUV | 90.94 | 177.14 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 47 | 178 | 0.19 | 0.74 | 0 | 0.30 | 284.43 | 0.58 | 0.44 |
| Hex | 90 | 2F | B2 | 13 | 4A | 0 | 1E | 11C | 3A | 2C |
| Octal | 220 | 57 | 262 | 23 | 112 | 0 | 36 | 434 | 72 | 54 |
| Binary | 10010000 | 101111 | 10110010 | 10011 | 1001010 | 0 | 11110 | 100011100 | 111010 | 101100 |
Color Harmonies of #902FB2
Complementary color
Monochromatic Colors of #902FB2
Black with #902FB2
Text Example
Text Example
White with #902FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902FB2; }
p { color: rgb(144,47,178); }
H1.HeaderClassName
{
color: #902FB2;
}
.AnyTagClassName
{
color: #902FB2;
}
</style>
background-color css
<style>
a { background-color: #902FB2; }
a { background-color: rgb(144,47,178); }
div.DivClassName
{
background-color: #902FB2;
}
.BgClassName
{
background-color: #902FB2;
}
</style>
border-color css
<style>
span { border-color: #902FB2; }
span { border-color: rgb(144,47,178); }
td.TdClassName
{
border-color: #902FB2;
}
.TagClassName
{
border-color: #902FB2;
}
</style>