Shades of Dark Orchid #9026BC
Tints of Dark Orchid #9026BC
RGB
CMYK
RGB Variations
Color information
#9026BC (or 0x9026BC) is known color: Dark Orchid. HEX triplet: 90, 26 and BC. RGB value is (144,38,188). Sum of RGB (Red+Green+Blue) = 144+38+188=370 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.92% from 370); Green value is 38 (15.23% from 255 or 10.27% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #9026BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9026BC is #6FD943. Grayscale: #565656. Windows color (decimal): -7330116 or 12330640. OLE color: 12330640.
HSL color Cylindrical-coordinate representation of color #9026BC: hue angle of 282.4º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9026BC is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 38 | 188 | - |
| CMYK | 0.23 | 0.80 | 0 | 0.26 |
| HSL | 282.4º | 0.66% | 0.44% | - |
| HSV(B) | 282.4º | 0.8% | 0.74% | - |
| XYZ | 21.27 | 10.95 | 48.57 | - |
| YUV | 86.79 | 185.12 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 38 | 188 | 0.23 | 0.80 | 0 | 0.26 | 282.4 | 0.66 | 0.44 |
| Hex | 90 | 26 | BC | 17 | 50 | 0 | 1A | 11A | 42 | 2C |
| Octal | 220 | 46 | 274 | 27 | 120 | 0 | 32 | 432 | 102 | 54 |
| Binary | 10010000 | 100110 | 10111100 | 10111 | 1010000 | 0 | 11010 | 100011010 | 1000010 | 101100 |
Color Harmonies of #9026BC
Complementary color
Monochromatic Colors of #9026BC
Black with #9026BC
Text Example
Text Example
White with #9026BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9026BC; }
p { color: rgb(144,38,188); }
H1.HeaderClassName
{
color: #9026BC;
}
.AnyTagClassName
{
color: #9026BC;
}
</style>
background-color css
<style>
a { background-color: #9026BC; }
a { background-color: rgb(144,38,188); }
div.DivClassName
{
background-color: #9026BC;
}
.BgClassName
{
background-color: #9026BC;
}
</style>
border-color css
<style>
span { border-color: #9026BC; }
span { border-color: rgb(144,38,188); }
td.TdClassName
{
border-color: #9026BC;
}
.TagClassName
{
border-color: #9026BC;
}
</style>