Shades of Dark Orchid #902FCE
Tints of Dark Orchid #902FCE
RGB
CMYK
RGB Variations
Color information
#902FCE (or 0x902FCE) is known color: Dark Orchid. HEX triplet: 90, 2F and CE. RGB value is (144,47,206). Sum of RGB (Red+Green+Blue) = 144+47+206=397 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.27% from 397); Green value is 47 (18.75% from 255 or 11.84% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #902FCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #902FCE is #6FD031. Grayscale: #5D5D5D. Windows color (decimal): -7327794 or 13512592. OLE color: 13512592.
HSL color Cylindrical-coordinate representation of color #902FCE: hue angle of 276.6º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #902FCE is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 47 | 206 | - |
| CMYK | 0.30 | 0.77 | 0 | 0.19 |
| HSL | 276.6º | 0.63% | 0.5% | - |
| HSV(B) | 276.6º | 0.77% | 0.81% | - |
| XYZ | 23.66 | 12.42 | 59.54 | - |
| YUV | 94.13 | 191.14 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 47 | 206 | 0.30 | 0.77 | 0 | 0.19 | 276.6 | 0.63 | 0.5 |
| Hex | 90 | 2F | CE | 1E | 4D | 0 | 13 | 115 | 3F | 32 |
| Octal | 220 | 57 | 316 | 36 | 115 | 0 | 23 | 425 | 77 | 62 |
| Binary | 10010000 | 101111 | 11001110 | 11110 | 1001101 | 0 | 10011 | 100010101 | 111111 | 110010 |
Color Harmonies of #902FCE
Complementary color
Monochromatic Colors of #902FCE
Black with #902FCE
Text Example
Text Example
White with #902FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902FCE; }
p { color: rgb(144,47,206); }
H1.HeaderClassName
{
color: #902FCE;
}
.AnyTagClassName
{
color: #902FCE;
}
</style>
background-color css
<style>
a { background-color: #902FCE; }
a { background-color: rgb(144,47,206); }
div.DivClassName
{
background-color: #902FCE;
}
.BgClassName
{
background-color: #902FCE;
}
</style>
border-color css
<style>
span { border-color: #902FCE; }
span { border-color: rgb(144,47,206); }
td.TdClassName
{
border-color: #902FCE;
}
.TagClassName
{
border-color: #902FCE;
}
</style>