Shades of Dark Orchid #9026D3
Tints of Dark Orchid #9026D3
RGB
CMYK
RGB Variations
Color information
#9026D3 (or 0x9026D3) is known color: Dark Orchid. HEX triplet: 90, 26 and D3. RGB value is (144,38,211). Sum of RGB (Red+Green+Blue) = 144+38+211=393 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.64% from 393); Green value is 38 (15.23% from 255 or 9.67% from 393); Blue value is 211 (82.81% from 255 or 53.69% from 393); Max value from RGB is 211 - color contains mainly: blue. Hex color #9026D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9026D3 is #6FD92C. Grayscale: #585858. Windows color (decimal): -7330093 or 13837968. OLE color: 13837968.
HSL color Cylindrical-coordinate representation of color #9026D3: hue angle of 276.76º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9026D3 is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 144 | 38 | 211 | - |
| CMYK | 0.32 | 0.82 | 0 | 0.17 |
| HSL | 276.76º | 0.69% | 0.49% | - |
| HSV(B) | 276.76º | 0.82% | 0.83% | - |
| XYZ | 23.95 | 12.02 | 62.69 | - |
| YUV | 89.42 | 196.62 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 38 | 211 | 0.32 | 0.82 | 0 | 0.17 | 276.76 | 0.69 | 0.49 |
| Hex | 90 | 26 | D3 | 20 | 52 | 0 | 11 | 115 | 45 | 31 |
| Octal | 220 | 46 | 323 | 40 | 122 | 0 | 21 | 425 | 105 | 61 |
| Binary | 10010000 | 100110 | 11010011 | 100000 | 1010010 | 0 | 10001 | 100010101 | 1000101 | 110001 |
Color Harmonies of #9026D3
Complementary color
Monochromatic Colors of #9026D3
Black with #9026D3
Text Example
Text Example
White with #9026D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9026D3; }
p { color: rgb(144,38,211); }
H1.HeaderClassName
{
color: #9026D3;
}
.AnyTagClassName
{
color: #9026D3;
}
</style>
background-color css
<style>
a { background-color: #9026D3; }
a { background-color: rgb(144,38,211); }
div.DivClassName
{
background-color: #9026D3;
}
.BgClassName
{
background-color: #9026D3;
}
</style>
border-color css
<style>
span { border-color: #9026D3; }
span { border-color: rgb(144,38,211); }
td.TdClassName
{
border-color: #9026D3;
}
.TagClassName
{
border-color: #9026D3;
}
</style>