Shades of Dark Orchid #901FC8
Tints of Dark Orchid #901FC8
RGB
CMYK
RGB Variations
Color information
#901FC8 (or 0x901FC8) is known color: Dark Orchid. HEX triplet: 90, 1F and C8. RGB value is (144,31,200). Sum of RGB (Red+Green+Blue) = 144+31+200=375 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.4% from 375); Green value is 31 (12.5% from 255 or 8.27% from 375); Blue value is 200 (78.52% from 255 or 53.33% from 375); Max value from RGB is 200 - color contains mainly: blue. Hex color #901FC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901FC8 is #6FE037. Grayscale: #535353. Windows color (decimal): -7331896 or 13115280. OLE color: 13115280.
HSL color Cylindrical-coordinate representation of color #901FC8: hue angle of 280.12º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #901FC8 is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 144 | 31 | 200 | - |
| CMYK | 0.28 | 0.84 | 0 | 0.22 |
| HSL | 280.12º | 0.73% | 0.45% | - |
| HSV(B) | 280.12º | 0.85% | 0.78% | - |
| XYZ | 22.42 | 11.08 | 55.6 | - |
| YUV | 84.05 | 193.44 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 31 | 200 | 0.28 | 0.84 | 0 | 0.22 | 280.12 | 0.73 | 0.45 |
| Hex | 90 | 1F | C8 | 1C | 54 | 0 | 16 | 118 | 49 | 2D |
| Octal | 220 | 37 | 310 | 34 | 124 | 0 | 26 | 430 | 111 | 55 |
| Binary | 10010000 | 11111 | 11001000 | 11100 | 1010100 | 0 | 10110 | 100011000 | 1001001 | 101101 |
Color Harmonies of #901FC8
Complementary color
Monochromatic Colors of #901FC8
Black with #901FC8
Text Example
Text Example
White with #901FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901FC8; }
p { color: rgb(144,31,200); }
H1.HeaderClassName
{
color: #901FC8;
}
.AnyTagClassName
{
color: #901FC8;
}
</style>
background-color css
<style>
a { background-color: #901FC8; }
a { background-color: rgb(144,31,200); }
div.DivClassName
{
background-color: #901FC8;
}
.BgClassName
{
background-color: #901FC8;
}
</style>
border-color css
<style>
span { border-color: #901FC8; }
span { border-color: rgb(144,31,200); }
td.TdClassName
{
border-color: #901FC8;
}
.TagClassName
{
border-color: #901FC8;
}
</style>