Shades of Dark Orchid #9041CF
Tints of Dark Orchid #9041CF
RGB
CMYK
RGB Variations
Color information
#9041CF (or 0x9041CF) is known color: Dark Orchid. HEX triplet: 90, 41 and CF. RGB value is (144,65,207). Sum of RGB (Red+Green+Blue) = 144+65+207=416 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.62% from 416); Green value is 65 (25.78% from 255 or 15.62% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #9041CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9041CF is #6FBE30. Grayscale: #686868. Windows color (decimal): -7323185 or 13582736. OLE color: 13582736.
HSL color Cylindrical-coordinate representation of color #9041CF: hue angle of 273.38º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9041CF is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 65 | 207 | - |
| CMYK | 0.30 | 0.69 | 0 | 0.19 |
| HSL | 273.38º | 0.6% | 0.53% | - |
| HSV(B) | 273.38º | 0.69% | 0.81% | - |
| XYZ | 24.65 | 14.21 | 60.48 | - |
| YUV | 104.81 | 185.67 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 65 | 207 | 0.30 | 0.69 | 0 | 0.19 | 273.38 | 0.6 | 0.53 |
| Hex | 90 | 41 | CF | 1E | 45 | 0 | 13 | 111 | 3C | 35 |
| Octal | 220 | 101 | 317 | 36 | 105 | 0 | 23 | 421 | 74 | 65 |
| Binary | 10010000 | 1000001 | 11001111 | 11110 | 1000101 | 0 | 10011 | 100010001 | 111100 | 110101 |
Color Harmonies of #9041CF
Complementary color
Monochromatic Colors of #9041CF
Black with #9041CF
Text Example
Text Example
White with #9041CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9041CF; }
p { color: rgb(144,65,207); }
H1.HeaderClassName
{
color: #9041CF;
}
.AnyTagClassName
{
color: #9041CF;
}
</style>
background-color css
<style>
a { background-color: #9041CF; }
a { background-color: rgb(144,65,207); }
div.DivClassName
{
background-color: #9041CF;
}
.BgClassName
{
background-color: #9041CF;
}
</style>
border-color css
<style>
span { border-color: #9041CF; }
span { border-color: rgb(144,65,207); }
td.TdClassName
{
border-color: #9041CF;
}
.TagClassName
{
border-color: #9041CF;
}
</style>