Shades of Dark Orchid #9025BC
Tints of Dark Orchid #9025BC
RGB
CMYK
RGB Variations
Color information
#9025BC (or 0x9025BC) is known color: Dark Orchid. HEX triplet: 90, 25 and BC. RGB value is (144,37,188). Sum of RGB (Red+Green+Blue) = 144+37+188=369 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.02% from 369); Green value is 37 (14.84% from 255 or 10.03% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #9025BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9025BC is #6FDA43. Grayscale: #555555. Windows color (decimal): -7330372 or 12330384. OLE color: 12330384.
HSL color Cylindrical-coordinate representation of color #9025BC: hue angle of 282.52º degrees, saturation: 0.67, 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 #9025BC is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 37 | 188 | - |
| CMYK | 0.23 | 0.80 | 0 | 0.26 |
| HSL | 282.52º | 0.67% | 0.44% | - |
| HSV(B) | 282.52º | 0.8% | 0.74% | - |
| XYZ | 21.24 | 10.88 | 48.56 | - |
| YUV | 86.21 | 185.45 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 37 | 188 | 0.23 | 0.80 | 0 | 0.26 | 282.52 | 0.67 | 0.44 |
| Hex | 90 | 25 | BC | 17 | 50 | 0 | 1A | 11B | 43 | 2C |
| Octal | 220 | 45 | 274 | 27 | 120 | 0 | 32 | 433 | 103 | 54 |
| Binary | 10010000 | 100101 | 10111100 | 10111 | 1010000 | 0 | 11010 | 100011011 | 1000011 | 101100 |
Color Harmonies of #9025BC
Complementary color
Monochromatic Colors of #9025BC
Black with #9025BC
Text Example
Text Example
White with #9025BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9025BC; }
p { color: rgb(144,37,188); }
H1.HeaderClassName
{
color: #9025BC;
}
.AnyTagClassName
{
color: #9025BC;
}
</style>
background-color css
<style>
a { background-color: #9025BC; }
a { background-color: rgb(144,37,188); }
div.DivClassName
{
background-color: #9025BC;
}
.BgClassName
{
background-color: #9025BC;
}
</style>
border-color css
<style>
span { border-color: #9025BC; }
span { border-color: rgb(144,37,188); }
td.TdClassName
{
border-color: #9025BC;
}
.TagClassName
{
border-color: #9025BC;
}
</style>