Shades of Dark Orchid #9425B7
Tints of Dark Orchid #9425B7
RGB
CMYK
RGB Variations
Color information
#9425B7 (or 0x9425B7) is known color: Dark Orchid. HEX triplet: 94, 25 and B7. RGB value is (148,37,183). Sum of RGB (Red+Green+Blue) = 148+37+183=368 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.22% from 368); Green value is 37 (14.84% from 255 or 10.05% from 368); Blue value is 183 (71.88% from 255 or 49.73% from 368); Max value from RGB is 183 - color contains mainly: blue. Hex color #9425B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9425B7 is #6BDA48. Grayscale: #565656. Windows color (decimal): -7068233 or 12002708. OLE color: 12002708.
HSL color Cylindrical-coordinate representation of color #9425B7: hue angle of 285.62º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9425B7 is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 148 | 37 | 183 | - |
| CMYK | 0.19 | 0.80 | 0 | 0.28 |
| HSL | 285.62º | 0.66% | 0.43% | - |
| HSV(B) | 285.62º | 0.8% | 0.72% | - |
| XYZ | 21.42 | 11.04 | 45.8 | - |
| YUV | 86.83 | 182.27 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 37 | 183 | 0.19 | 0.80 | 0 | 0.28 | 285.62 | 0.66 | 0.43 |
| Hex | 94 | 25 | B7 | 13 | 50 | 0 | 1C | 11E | 42 | 2B |
| Octal | 224 | 45 | 267 | 23 | 120 | 0 | 34 | 436 | 102 | 53 |
| Binary | 10010100 | 100101 | 10110111 | 10011 | 1010000 | 0 | 11100 | 100011110 | 1000010 | 101011 |
Color Harmonies of #9425B7
Complementary color
Monochromatic Colors of #9425B7
Black with #9425B7
Text Example
Text Example
White with #9425B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9425B7; }
p { color: rgb(148,37,183); }
H1.HeaderClassName
{
color: #9425B7;
}
.AnyTagClassName
{
color: #9425B7;
}
</style>
background-color css
<style>
a { background-color: #9425B7; }
a { background-color: rgb(148,37,183); }
div.DivClassName
{
background-color: #9425B7;
}
.BgClassName
{
background-color: #9425B7;
}
</style>
border-color css
<style>
span { border-color: #9425B7; }
span { border-color: rgb(148,37,183); }
td.TdClassName
{
border-color: #9425B7;
}
.TagClassName
{
border-color: #9425B7;
}
</style>