Shades of Dark Orchid #9425D4
Tints of Dark Orchid #9425D4
RGB
CMYK
RGB Variations
Color information
#9425D4 (or 0x9425D4) is known color: Dark Orchid. HEX triplet: 94, 25 and D4. RGB value is (148,37,212). Sum of RGB (Red+Green+Blue) = 148+37+212=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 37 (14.84% from 255 or 9.32% from 397); Blue value is 212 (83.20% from 255 or 53.40% from 397); Max value from RGB is 212 - color contains mainly: blue. Hex color #9425D4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9425D4 is #6BDA2B. Grayscale: #595959. Windows color (decimal): -7068204 or 13903252. OLE color: 13903252.
HSL color Cylindrical-coordinate representation of color #9425D4: hue angle of 278.06º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9425D4 is Cyan = 0.30, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 148 | 37 | 212 | - |
| CMYK | 0.30 | 0.83 | 0 | 0.17 |
| HSL | 278.06º | 0.7% | 0.49% | - |
| HSV(B) | 278.06º | 0.83% | 0.83% | - |
| XYZ | 24.76 | 12.37 | 63.37 | - |
| YUV | 90.14 | 196.77 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 37 | 212 | 0.30 | 0.83 | 0 | 0.17 | 278.06 | 0.7 | 0.49 |
| Hex | 94 | 25 | D4 | 1E | 53 | 0 | 11 | 116 | 46 | 31 |
| Octal | 224 | 45 | 324 | 36 | 123 | 0 | 21 | 426 | 106 | 61 |
| Binary | 10010100 | 100101 | 11010100 | 11110 | 1010011 | 0 | 10001 | 100010110 | 1000110 | 110001 |
Color Harmonies of #9425D4
Complementary color
Monochromatic Colors of #9425D4
Black with #9425D4
Text Example
Text Example
White with #9425D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9425D4; }
p { color: rgb(148,37,212); }
H1.HeaderClassName
{
color: #9425D4;
}
.AnyTagClassName
{
color: #9425D4;
}
</style>
background-color css
<style>
a { background-color: #9425D4; }
a { background-color: rgb(148,37,212); }
div.DivClassName
{
background-color: #9425D4;
}
.BgClassName
{
background-color: #9425D4;
}
</style>
border-color css
<style>
span { border-color: #9425D4; }
span { border-color: rgb(148,37,212); }
td.TdClassName
{
border-color: #9425D4;
}
.TagClassName
{
border-color: #9425D4;
}
</style>