Shades of Dark Orchid #9D25BC
Tints of Dark Orchid #9D25BC
RGB
CMYK
RGB Variations
Color information
#9D25BC (or 0x9D25BC) is known color: Dark Orchid. HEX triplet: 9D, 25 and BC. RGB value is (157,37,188). Sum of RGB (Red+Green+Blue) = 157+37+188=382 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.10% from 382); Green value is 37 (14.84% from 255 or 9.69% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #9D25BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D25BC is #62DA43. Grayscale: #595959. Windows color (decimal): -6478404 or 12330397. OLE color: 12330397.
HSL color Cylindrical-coordinate representation of color #9D25BC: hue angle of 287.68º 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 #9D25BC is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 37 | 188 | - |
| CMYK | 0.16 | 0.80 | 0 | 0.26 |
| HSL | 287.68º | 0.67% | 0.44% | - |
| HSV(B) | 287.68º | 0.8% | 0.74% | - |
| XYZ | 23.64 | 12.12 | 48.67 | - |
| YUV | 90.09 | 183.26 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 37 | 188 | 0.16 | 0.80 | 0 | 0.26 | 287.68 | 0.67 | 0.44 |
| Hex | 9D | 25 | BC | 10 | 50 | 0 | 1A | 120 | 43 | 2C |
| Octal | 235 | 45 | 274 | 20 | 120 | 0 | 32 | 440 | 103 | 54 |
| Binary | 10011101 | 100101 | 10111100 | 10000 | 1010000 | 0 | 11010 | 100100000 | 1000011 | 101100 |
Color Harmonies of #9D25BC
Complementary color
Monochromatic Colors of #9D25BC
Black with #9D25BC
Text Example
Text Example
White with #9D25BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D25BC; }
p { color: rgb(157,37,188); }
H1.HeaderClassName
{
color: #9D25BC;
}
.AnyTagClassName
{
color: #9D25BC;
}
</style>
background-color css
<style>
a { background-color: #9D25BC; }
a { background-color: rgb(157,37,188); }
div.DivClassName
{
background-color: #9D25BC;
}
.BgClassName
{
background-color: #9D25BC;
}
</style>
border-color css
<style>
span { border-color: #9D25BC; }
span { border-color: rgb(157,37,188); }
td.TdClassName
{
border-color: #9D25BC;
}
.TagClassName
{
border-color: #9D25BC;
}
</style>