Shades of Dark Orchid #9425C1
Tints of Dark Orchid #9425C1
RGB
CMYK
RGB Variations
Color information
#9425C1 (or 0x9425C1) is known color: Dark Orchid. HEX triplet: 94, 25 and C1. RGB value is (148,37,193). Sum of RGB (Red+Green+Blue) = 148+37+193=378 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.15% from 378); Green value is 37 (14.84% from 255 or 9.79% from 378); Blue value is 193 (75.78% from 255 or 51.06% from 378); Max value from RGB is 193 - color contains mainly: blue. Hex color #9425C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9425C1 is #6BDA3E. Grayscale: #575757. Windows color (decimal): -7068223 or 12658068. OLE color: 12658068.
HSL color Cylindrical-coordinate representation of color #9425C1: hue angle of 282.69º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9425C1 is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 37 | 193 | - |
| CMYK | 0.23 | 0.81 | 0 | 0.24 |
| HSL | 282.69º | 0.68% | 0.45% | - |
| HSV(B) | 282.69º | 0.81% | 0.76% | - |
| XYZ | 22.5 | 11.47 | 51.48 | - |
| YUV | 87.97 | 187.27 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 37 | 193 | 0.23 | 0.81 | 0 | 0.24 | 282.69 | 0.68 | 0.45 |
| Hex | 94 | 25 | C1 | 17 | 51 | 0 | 18 | 11B | 44 | 2D |
| Octal | 224 | 45 | 301 | 27 | 121 | 0 | 30 | 433 | 104 | 55 |
| Binary | 10010100 | 100101 | 11000001 | 10111 | 1010001 | 0 | 11000 | 100011011 | 1000100 | 101101 |
Color Harmonies of #9425C1
Complementary color
Monochromatic Colors of #9425C1
Black with #9425C1
Text Example
Text Example
White with #9425C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9425C1; }
p { color: rgb(148,37,193); }
H1.HeaderClassName
{
color: #9425C1;
}
.AnyTagClassName
{
color: #9425C1;
}
</style>
background-color css
<style>
a { background-color: #9425C1; }
a { background-color: rgb(148,37,193); }
div.DivClassName
{
background-color: #9425C1;
}
.BgClassName
{
background-color: #9425C1;
}
</style>
border-color css
<style>
span { border-color: #9425C1; }
span { border-color: rgb(148,37,193); }
td.TdClassName
{
border-color: #9425C1;
}
.TagClassName
{
border-color: #9425C1;
}
</style>