Shades of Dark Orchid #9038AF
Tints of Dark Orchid #9038AF
RGB
CMYK
RGB Variations
Color information
#9038AF (or 0x9038AF) is known color: Dark Orchid. HEX triplet: 90, 38 and AF. RGB value is (144,56,175). Sum of RGB (Red+Green+Blue) = 144+56+175=375 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.4% from 375); Green value is 56 (22.27% from 255 or 14.93% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 175 - color contains mainly: blue. Hex color #9038AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9038AF is #6FC750. Grayscale: #5F5F5F. Windows color (decimal): -7325521 or 11483280. OLE color: 11483280.
HSL color Cylindrical-coordinate representation of color #9038AF: hue angle of 284.37º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9038AF is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 56 | 175 | - |
| CMYK | 0.18 | 0.68 | 0 | 0.31 |
| HSL | 284.37º | 0.52% | 0.45% | - |
| HSV(B) | 284.37º | 0.68% | 0.69% | - |
| XYZ | 20.65 | 11.85 | 41.76 | - |
| YUV | 95.88 | 172.65 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 56 | 175 | 0.18 | 0.68 | 0 | 0.31 | 284.37 | 0.52 | 0.45 |
| Hex | 90 | 38 | AF | 12 | 44 | 0 | 1F | 11C | 34 | 2D |
| Octal | 220 | 70 | 257 | 22 | 104 | 0 | 37 | 434 | 64 | 55 |
| Binary | 10010000 | 111000 | 10101111 | 10010 | 1000100 | 0 | 11111 | 100011100 | 110100 | 101101 |
Color Harmonies of #9038AF
Complementary color
Monochromatic Colors of #9038AF
Black with #9038AF
Text Example
Text Example
White with #9038AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9038AF; }
p { color: rgb(144,56,175); }
H1.HeaderClassName
{
color: #9038AF;
}
.AnyTagClassName
{
color: #9038AF;
}
</style>
background-color css
<style>
a { background-color: #9038AF; }
a { background-color: rgb(144,56,175); }
div.DivClassName
{
background-color: #9038AF;
}
.BgClassName
{
background-color: #9038AF;
}
</style>
border-color css
<style>
span { border-color: #9038AF; }
span { border-color: rgb(144,56,175); }
td.TdClassName
{
border-color: #9038AF;
}
.TagClassName
{
border-color: #9038AF;
}
</style>