Shades of Dark Orchid #902FCF
Tints of Dark Orchid #902FCF
RGB
CMYK
RGB Variations
Color information
#902FCF (or 0x902FCF) is known color: Dark Orchid. HEX triplet: 90, 2F and CF. RGB value is (144,47,207). Sum of RGB (Red+Green+Blue) = 144+47+207=398 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.18% from 398); Green value is 47 (18.75% from 255 or 11.81% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #902FCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #902FCF is #6FD030. Grayscale: #5D5D5D. Windows color (decimal): -7327793 or 13578128. OLE color: 13578128.
HSL color Cylindrical-coordinate representation of color #902FCF: hue angle of 276.38º 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 #902FCF is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 47 | 207 | - |
| CMYK | 0.30 | 0.77 | 0 | 0.19 |
| HSL | 276.38º | 0.63% | 0.5% | - |
| HSV(B) | 276.38º | 0.77% | 0.81% | - |
| XYZ | 23.78 | 12.47 | 60.18 | - |
| YUV | 94.24 | 191.64 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 47 | 207 | 0.30 | 0.77 | 0 | 0.19 | 276.38 | 0.63 | 0.5 |
| Hex | 90 | 2F | CF | 1E | 4D | 0 | 13 | 114 | 3F | 32 |
| Octal | 220 | 57 | 317 | 36 | 115 | 0 | 23 | 424 | 77 | 62 |
| Binary | 10010000 | 101111 | 11001111 | 11110 | 1001101 | 0 | 10011 | 100010100 | 111111 | 110010 |
Color Harmonies of #902FCF
Complementary color
Monochromatic Colors of #902FCF
Black with #902FCF
Text Example
Text Example
White with #902FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902FCF; }
p { color: rgb(144,47,207); }
H1.HeaderClassName
{
color: #902FCF;
}
.AnyTagClassName
{
color: #902FCF;
}
</style>
background-color css
<style>
a { background-color: #902FCF; }
a { background-color: rgb(144,47,207); }
div.DivClassName
{
background-color: #902FCF;
}
.BgClassName
{
background-color: #902FCF;
}
</style>
border-color css
<style>
span { border-color: #902FCF; }
span { border-color: rgb(144,47,207); }
td.TdClassName
{
border-color: #902FCF;
}
.TagClassName
{
border-color: #902FCF;
}
</style>