Shades of Dark Orchid #9D25BD
Tints of Dark Orchid #9D25BD
RGB
CMYK
RGB Variations
Color information
#9D25BD (or 0x9D25BD) is known color: Dark Orchid. HEX triplet: 9D, 25 and BD. RGB value is (157,37,189). Sum of RGB (Red+Green+Blue) = 157+37+189=383 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.99% from 383); Green value is 37 (14.84% from 255 or 9.66% from 383); Blue value is 189 (74.22% from 255 or 49.35% from 383); Max value from RGB is 189 - color contains mainly: blue. Hex color #9D25BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D25BD is #62DA42. Grayscale: #595959. Windows color (decimal): -6478403 or 12395933. OLE color: 12395933.
HSL color Cylindrical-coordinate representation of color #9D25BD: hue angle of 287.37º 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 #9D25BD is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 37 | 189 | - |
| CMYK | 0.17 | 0.80 | 0 | 0.26 |
| HSL | 287.37º | 0.67% | 0.44% | - |
| HSV(B) | 287.37º | 0.8% | 0.74% | - |
| XYZ | 23.75 | 12.17 | 49.24 | - |
| YUV | 90.21 | 183.76 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 37 | 189 | 0.17 | 0.80 | 0 | 0.26 | 287.37 | 0.67 | 0.44 |
| Hex | 9D | 25 | BD | 11 | 50 | 0 | 1A | 11F | 43 | 2C |
| Octal | 235 | 45 | 275 | 21 | 120 | 0 | 32 | 437 | 103 | 54 |
| Binary | 10011101 | 100101 | 10111101 | 10001 | 1010000 | 0 | 11010 | 100011111 | 1000011 | 101100 |
Color Harmonies of #9D25BD
Complementary color
Monochromatic Colors of #9D25BD
Black with #9D25BD
Text Example
Text Example
White with #9D25BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D25BD; }
p { color: rgb(157,37,189); }
H1.HeaderClassName
{
color: #9D25BD;
}
.AnyTagClassName
{
color: #9D25BD;
}
</style>
background-color css
<style>
a { background-color: #9D25BD; }
a { background-color: rgb(157,37,189); }
div.DivClassName
{
background-color: #9D25BD;
}
.BgClassName
{
background-color: #9D25BD;
}
</style>
border-color css
<style>
span { border-color: #9D25BD; }
span { border-color: rgb(157,37,189); }
td.TdClassName
{
border-color: #9D25BD;
}
.TagClassName
{
border-color: #9D25BD;
}
</style>