Shades of Dark Orchid #9425BA
Tints of Dark Orchid #9425BA
RGB
CMYK
RGB Variations
Color information
#9425BA (or 0x9425BA) is known color: Dark Orchid. HEX triplet: 94, 25 and BA. RGB value is (148,37,186). Sum of RGB (Red+Green+Blue) = 148+37+186=371 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.89% from 371); Green value is 37 (14.84% from 255 or 9.97% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #9425BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9425BA is #6BDA45. Grayscale: #565656. Windows color (decimal): -7068230 or 12199316. OLE color: 12199316.
HSL color Cylindrical-coordinate representation of color #9425BA: hue angle of 284.7º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9425BA is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 37 | 186 | - |
| CMYK | 0.20 | 0.80 | 0 | 0.27 |
| HSL | 284.7º | 0.67% | 0.44% | - |
| HSV(B) | 284.7º | 0.8% | 0.73% | - |
| XYZ | 21.74 | 11.16 | 47.46 | - |
| YUV | 87.18 | 183.77 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 37 | 186 | 0.20 | 0.80 | 0 | 0.27 | 284.7 | 0.67 | 0.44 |
| Hex | 94 | 25 | BA | 14 | 50 | 0 | 1B | 11D | 43 | 2C |
| Octal | 224 | 45 | 272 | 24 | 120 | 0 | 33 | 435 | 103 | 54 |
| Binary | 10010100 | 100101 | 10111010 | 10100 | 1010000 | 0 | 11011 | 100011101 | 1000011 | 101100 |
Color Harmonies of #9425BA
Complementary color
Monochromatic Colors of #9425BA
Black with #9425BA
Text Example
Text Example
White with #9425BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9425BA; }
p { color: rgb(148,37,186); }
H1.HeaderClassName
{
color: #9425BA;
}
.AnyTagClassName
{
color: #9425BA;
}
</style>
background-color css
<style>
a { background-color: #9425BA; }
a { background-color: rgb(148,37,186); }
div.DivClassName
{
background-color: #9425BA;
}
.BgClassName
{
background-color: #9425BA;
}
</style>
border-color css
<style>
span { border-color: #9425BA; }
span { border-color: rgb(148,37,186); }
td.TdClassName
{
border-color: #9425BA;
}
.TagClassName
{
border-color: #9425BA;
}
</style>