Shades of Dark Orchid #9038D6
Tints of Dark Orchid #9038D6
RGB
CMYK
RGB Variations
Color information
#9038D6 (or 0x9038D6) is known color: Dark Orchid. HEX triplet: 90, 38 and D6. RGB value is (144,56,214). Sum of RGB (Red+Green+Blue) = 144+56+214=414 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.78% from 414); Green value is 56 (22.27% from 255 or 13.53% from 414); Blue value is 214 (83.98% from 255 or 51.69% from 414); Max value from RGB is 214 - color contains mainly: blue. Hex color #9038D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9038D6 is #6FC729. Grayscale: #636363. Windows color (decimal): -7325482 or 14039184. OLE color: 14039184.
HSL color Cylindrical-coordinate representation of color #9038D6: hue angle of 273.42º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9038D6 is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 56 | 214 | - |
| CMYK | 0.33 | 0.74 | 0 | 0.16 |
| HSL | 273.42º | 0.66% | 0.53% | - |
| HSV(B) | 273.42º | 0.74% | 0.84% | - |
| XYZ | 25.05 | 13.61 | 64.93 | - |
| YUV | 100.32 | 192.15 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 56 | 214 | 0.33 | 0.74 | 0 | 0.16 | 273.42 | 0.66 | 0.53 |
| Hex | 90 | 38 | D6 | 21 | 4A | 0 | 10 | 111 | 42 | 35 |
| Octal | 220 | 70 | 326 | 41 | 112 | 0 | 20 | 421 | 102 | 65 |
| Binary | 10010000 | 111000 | 11010110 | 100001 | 1001010 | 0 | 10000 | 100010001 | 1000010 | 110101 |
Color Harmonies of #9038D6
Complementary color
Monochromatic Colors of #9038D6
Black with #9038D6
Text Example
Text Example
White with #9038D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9038D6; }
p { color: rgb(144,56,214); }
H1.HeaderClassName
{
color: #9038D6;
}
.AnyTagClassName
{
color: #9038D6;
}
</style>
background-color css
<style>
a { background-color: #9038D6; }
a { background-color: rgb(144,56,214); }
div.DivClassName
{
background-color: #9038D6;
}
.BgClassName
{
background-color: #9038D6;
}
</style>
border-color css
<style>
span { border-color: #9038D6; }
span { border-color: rgb(144,56,214); }
td.TdClassName
{
border-color: #9038D6;
}
.TagClassName
{
border-color: #9038D6;
}
</style>