Shades of Dark Orchid #9625CB
Tints of Dark Orchid #9625CB
RGB
CMYK
RGB Variations
Color information
#9625CB (or 0x9625CB) is known color: Dark Orchid. HEX triplet: 96, 25 and CB. RGB value is (150,37,203). Sum of RGB (Red+Green+Blue) = 150+37+203=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 37 (14.84% from 255 or 9.49% from 390); Blue value is 203 (79.69% from 255 or 52.05% from 390); Max value from RGB is 203 - color contains mainly: blue. Hex color #9625CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9625CB is #69DA34. Grayscale: #595959. Windows color (decimal): -6937141 or 13313430. OLE color: 13313430.
HSL color Cylindrical-coordinate representation of color #9625CB: hue angle of 280.84º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9625CB is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 37 | 203 | - |
| CMYK | 0.26 | 0.82 | 0 | 0.20 |
| HSL | 280.84º | 0.69% | 0.47% | - |
| HSV(B) | 280.84º | 0.82% | 0.8% | - |
| XYZ | 24.02 | 12.12 | 57.57 | - |
| YUV | 89.71 | 191.94 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 37 | 203 | 0.26 | 0.82 | 0 | 0.20 | 280.84 | 0.69 | 0.47 |
| Hex | 96 | 25 | CB | 1A | 52 | 0 | 14 | 119 | 45 | 2F |
| Octal | 226 | 45 | 313 | 32 | 122 | 0 | 24 | 431 | 105 | 57 |
| Binary | 10010110 | 100101 | 11001011 | 11010 | 1010010 | 0 | 10100 | 100011001 | 1000101 | 101111 |
Color Harmonies of #9625CB
Complementary color
Monochromatic Colors of #9625CB
Black with #9625CB
Text Example
Text Example
White with #9625CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9625CB; }
p { color: rgb(150,37,203); }
H1.HeaderClassName
{
color: #9625CB;
}
.AnyTagClassName
{
color: #9625CB;
}
</style>
background-color css
<style>
a { background-color: #9625CB; }
a { background-color: rgb(150,37,203); }
div.DivClassName
{
background-color: #9625CB;
}
.BgClassName
{
background-color: #9625CB;
}
</style>
border-color css
<style>
span { border-color: #9625CB; }
span { border-color: rgb(150,37,203); }
td.TdClassName
{
border-color: #9625CB;
}
.TagClassName
{
border-color: #9625CB;
}
</style>