Shades of Dark Orchid #9540CB
Tints of Dark Orchid #9540CB
RGB
CMYK
RGB Variations
Color information
#9540CB (or 0x9540CB) is known color: Dark Orchid. HEX triplet: 95, 40 and CB. RGB value is (149,64,203). Sum of RGB (Red+Green+Blue) = 149+64+203=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 64 (25.39% from 255 or 15.38% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #9540CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9540CB is #6ABF34. Grayscale: #686868. Windows color (decimal): -6995765 or 13320341. OLE color: 13320341.
HSL color Cylindrical-coordinate representation of color #9540CB: hue angle of 276.69º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9540CB is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 64 | 203 | - |
| CMYK | 0.27 | 0.68 | 0 | 0.20 |
| HSL | 276.69º | 0.57% | 0.52% | - |
| HSV(B) | 276.69º | 0.68% | 0.8% | - |
| XYZ | 25.01 | 14.37 | 57.96 | - |
| YUV | 105.26 | 183.16 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 64 | 203 | 0.27 | 0.68 | 0 | 0.20 | 276.69 | 0.57 | 0.52 |
| Hex | 95 | 40 | CB | 1B | 44 | 0 | 14 | 115 | 39 | 34 |
| Octal | 225 | 100 | 313 | 33 | 104 | 0 | 24 | 425 | 71 | 64 |
| Binary | 10010101 | 1000000 | 11001011 | 11011 | 1000100 | 0 | 10100 | 100010101 | 111001 | 110100 |
Color Harmonies of #9540CB
Complementary color
Monochromatic Colors of #9540CB
Black with #9540CB
Text Example
Text Example
White with #9540CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9540CB; }
p { color: rgb(149,64,203); }
H1.HeaderClassName
{
color: #9540CB;
}
.AnyTagClassName
{
color: #9540CB;
}
</style>
background-color css
<style>
a { background-color: #9540CB; }
a { background-color: rgb(149,64,203); }
div.DivClassName
{
background-color: #9540CB;
}
.BgClassName
{
background-color: #9540CB;
}
</style>
border-color css
<style>
span { border-color: #9540CB; }
span { border-color: rgb(149,64,203); }
td.TdClassName
{
border-color: #9540CB;
}
.TagClassName
{
border-color: #9540CB;
}
</style>