Shades of Dark Orchid #9540CA
Tints of Dark Orchid #9540CA
RGB
CMYK
RGB Variations
Color information
#9540CA (or 0x9540CA) is known color: Dark Orchid. HEX triplet: 95, 40 and CA. RGB value is (149,64,202). Sum of RGB (Red+Green+Blue) = 149+64+202=415 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.90% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 202 (79.30% from 255 or 48.67% from 415); Max value from RGB is 202 - color contains mainly: blue. Hex color #9540CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9540CA is #6ABF35. Grayscale: #686868. Windows color (decimal): -6995766 or 13254805. OLE color: 13254805.
HSL color Cylindrical-coordinate representation of color #9540CA: hue angle of 276.96º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9540CA is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 149 | 64 | 202 | - |
| CMYK | 0.26 | 0.68 | 0 | 0.21 |
| HSL | 276.96º | 0.57% | 0.52% | - |
| HSV(B) | 276.96º | 0.68% | 0.79% | - |
| XYZ | 24.89 | 14.32 | 57.33 | - |
| YUV | 105.15 | 182.66 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 64 | 202 | 0.26 | 0.68 | 0 | 0.21 | 276.96 | 0.57 | 0.52 |
| Hex | 95 | 40 | CA | 1A | 44 | 0 | 15 | 115 | 39 | 34 |
| Octal | 225 | 100 | 312 | 32 | 104 | 0 | 25 | 425 | 71 | 64 |
| Binary | 10010101 | 1000000 | 11001010 | 11010 | 1000100 | 0 | 10101 | 100010101 | 111001 | 110100 |
Color Harmonies of #9540CA
Complementary color
Monochromatic Colors of #9540CA
Black with #9540CA
Text Example
Text Example
White with #9540CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9540CA; }
p { color: rgb(149,64,202); }
H1.HeaderClassName
{
color: #9540CA;
}
.AnyTagClassName
{
color: #9540CA;
}
</style>
background-color css
<style>
a { background-color: #9540CA; }
a { background-color: rgb(149,64,202); }
div.DivClassName
{
background-color: #9540CA;
}
.BgClassName
{
background-color: #9540CA;
}
</style>
border-color css
<style>
span { border-color: #9540CA; }
span { border-color: rgb(149,64,202); }
td.TdClassName
{
border-color: #9540CA;
}
.TagClassName
{
border-color: #9540CA;
}
</style>