Shades of Dark Orchid #9625BC
Tints of Dark Orchid #9625BC
RGB
CMYK
RGB Variations
Color information
#9625BC (or 0x9625BC) is known color: Dark Orchid. HEX triplet: 96, 25 and BC. RGB value is (150,37,188). Sum of RGB (Red+Green+Blue) = 150+37+188=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 37 (14.84% from 255 or 9.87% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #9625BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9625BC is #69DA43. Grayscale: #575757. Windows color (decimal): -6937156 or 12330390. OLE color: 12330390.
HSL color Cylindrical-coordinate representation of color #9625BC: hue angle of 284.9º 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 #9625BC is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 37 | 188 | - |
| CMYK | 0.20 | 0.80 | 0 | 0.26 |
| HSL | 284.9º | 0.67% | 0.44% | - |
| HSV(B) | 284.9º | 0.8% | 0.74% | - |
| XYZ | 22.32 | 11.44 | 48.61 | - |
| YUV | 88 | 184.44 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 37 | 188 | 0.20 | 0.80 | 0 | 0.26 | 284.9 | 0.67 | 0.44 |
| Hex | 96 | 25 | BC | 14 | 50 | 0 | 1A | 11D | 43 | 2C |
| Octal | 226 | 45 | 274 | 24 | 120 | 0 | 32 | 435 | 103 | 54 |
| Binary | 10010110 | 100101 | 10111100 | 10100 | 1010000 | 0 | 11010 | 100011101 | 1000011 | 101100 |
Color Harmonies of #9625BC
Complementary color
Monochromatic Colors of #9625BC
Black with #9625BC
Text Example
Text Example
White with #9625BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9625BC; }
p { color: rgb(150,37,188); }
H1.HeaderClassName
{
color: #9625BC;
}
.AnyTagClassName
{
color: #9625BC;
}
</style>
background-color css
<style>
a { background-color: #9625BC; }
a { background-color: rgb(150,37,188); }
div.DivClassName
{
background-color: #9625BC;
}
.BgClassName
{
background-color: #9625BC;
}
</style>
border-color css
<style>
span { border-color: #9625BC; }
span { border-color: rgb(150,37,188); }
td.TdClassName
{
border-color: #9625BC;
}
.TagClassName
{
border-color: #9625BC;
}
</style>