Shades of Dark Orchid #9541CB
Tints of Dark Orchid #9541CB
RGB
CMYK
RGB Variations
Color information
#9541CB (or 0x9541CB) is known color: Dark Orchid. HEX triplet: 95, 41 and CB. RGB value is (149,65,203). Sum of RGB (Red+Green+Blue) = 149+65+203=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 65 (25.78% from 255 or 15.59% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #9541CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9541CB is #6ABE34. Grayscale: #696969. Windows color (decimal): -6995509 or 13320597. OLE color: 13320597.
HSL color Cylindrical-coordinate representation of color #9541CB: hue angle of 276.52º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9541CB is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 65 | 203 | - |
| CMYK | 0.27 | 0.68 | 0 | 0.20 |
| HSL | 276.52º | 0.57% | 0.53% | - |
| HSV(B) | 276.52º | 0.68% | 0.8% | - |
| XYZ | 25.06 | 14.48 | 57.97 | - |
| YUV | 105.85 | 182.83 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 65 | 203 | 0.27 | 0.68 | 0 | 0.20 | 276.52 | 0.57 | 0.53 |
| Hex | 95 | 41 | CB | 1B | 44 | 0 | 14 | 115 | 39 | 35 |
| Octal | 225 | 101 | 313 | 33 | 104 | 0 | 24 | 425 | 71 | 65 |
| Binary | 10010101 | 1000001 | 11001011 | 11011 | 1000100 | 0 | 10100 | 100010101 | 111001 | 110101 |
Color Harmonies of #9541CB
Complementary color
Monochromatic Colors of #9541CB
Black with #9541CB
Text Example
Text Example
White with #9541CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9541CB; }
p { color: rgb(149,65,203); }
H1.HeaderClassName
{
color: #9541CB;
}
.AnyTagClassName
{
color: #9541CB;
}
</style>
background-color css
<style>
a { background-color: #9541CB; }
a { background-color: rgb(149,65,203); }
div.DivClassName
{
background-color: #9541CB;
}
.BgClassName
{
background-color: #9541CB;
}
</style>
border-color css
<style>
span { border-color: #9541CB; }
span { border-color: rgb(149,65,203); }
td.TdClassName
{
border-color: #9541CB;
}
.TagClassName
{
border-color: #9541CB;
}
</style>