Shades of Dark Orchid #9531CB
Tints of Dark Orchid #9531CB
RGB
CMYK
RGB Variations
Color information
#9531CB (or 0x9531CB) is known color: Dark Orchid. HEX triplet: 95, 31 and CB. RGB value is (149,49,203). Sum of RGB (Red+Green+Blue) = 149+49+203=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 49 (19.53% from 255 or 12.22% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #9531CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9531CB is #6ACE34. Grayscale: #5F5F5F. Windows color (decimal): -6999605 or 13316501. OLE color: 13316501.
HSL color Cylindrical-coordinate representation of color #9531CB: hue angle of 278.96º 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 #9531CB is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 49 | 203 | - |
| CMYK | 0.27 | 0.76 | 0 | 0.20 |
| HSL | 278.96º | 0.61% | 0.49% | - |
| HSV(B) | 278.96º | 0.76% | 0.8% | - |
| XYZ | 24.27 | 12.9 | 57.71 | - |
| YUV | 96.46 | 188.13 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 49 | 203 | 0.27 | 0.76 | 0 | 0.20 | 278.96 | 0.61 | 0.49 |
| Hex | 95 | 31 | CB | 1B | 4C | 0 | 14 | 117 | 3D | 31 |
| Octal | 225 | 61 | 313 | 33 | 114 | 0 | 24 | 427 | 75 | 61 |
| Binary | 10010101 | 110001 | 11001011 | 11011 | 1001100 | 0 | 10100 | 100010111 | 111101 | 110001 |
Color Harmonies of #9531CB
Complementary color
Monochromatic Colors of #9531CB
Black with #9531CB
Text Example
Text Example
White with #9531CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9531CB; }
p { color: rgb(149,49,203); }
H1.HeaderClassName
{
color: #9531CB;
}
.AnyTagClassName
{
color: #9531CB;
}
</style>
background-color css
<style>
a { background-color: #9531CB; }
a { background-color: rgb(149,49,203); }
div.DivClassName
{
background-color: #9531CB;
}
.BgClassName
{
background-color: #9531CB;
}
</style>
border-color css
<style>
span { border-color: #9531CB; }
span { border-color: rgb(149,49,203); }
td.TdClassName
{
border-color: #9531CB;
}
.TagClassName
{
border-color: #9531CB;
}
</style>