Shades of Dark Orchid #9631CB
Tints of Dark Orchid #9631CB
RGB
CMYK
RGB Variations
Color information
#9631CB (or 0x9631CB) is known color: Dark Orchid. HEX triplet: 96, 31 and CB. RGB value is (150,49,203). Sum of RGB (Red+Green+Blue) = 150+49+203=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 49 (19.53% from 255 or 12.19% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #9631CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9631CB is #69CE34. Grayscale: #606060. Windows color (decimal): -6934069 or 13316502. OLE color: 13316502.
HSL color Cylindrical-coordinate representation of color #9631CB: hue angle of 279.35º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9631CB is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 49 | 203 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.20 |
| HSL | 279.35º | 0.61% | 0.49% | - |
| HSV(B) | 279.35º | 0.76% | 0.8% | - |
| XYZ | 24.46 | 12.99 | 57.72 | - |
| YUV | 96.76 | 187.96 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 49 | 203 | 0.26 | 0.76 | 0 | 0.20 | 279.35 | 0.61 | 0.49 |
| Hex | 96 | 31 | CB | 1A | 4C | 0 | 14 | 117 | 3D | 31 |
| Octal | 226 | 61 | 313 | 32 | 114 | 0 | 24 | 427 | 75 | 61 |
| Binary | 10010110 | 110001 | 11001011 | 11010 | 1001100 | 0 | 10100 | 100010111 | 111101 | 110001 |
Color Harmonies of #9631CB
Complementary color
Monochromatic Colors of #9631CB
Black with #9631CB
Text Example
Text Example
White with #9631CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9631CB; }
p { color: rgb(150,49,203); }
H1.HeaderClassName
{
color: #9631CB;
}
.AnyTagClassName
{
color: #9631CB;
}
</style>
background-color css
<style>
a { background-color: #9631CB; }
a { background-color: rgb(150,49,203); }
div.DivClassName
{
background-color: #9631CB;
}
.BgClassName
{
background-color: #9631CB;
}
</style>
border-color css
<style>
span { border-color: #9631CB; }
span { border-color: rgb(150,49,203); }
td.TdClassName
{
border-color: #9631CB;
}
.TagClassName
{
border-color: #9631CB;
}
</style>