Shades of Dark Orchid #9540DC
Tints of Dark Orchid #9540DC
RGB
CMYK
RGB Variations
Color information
#9540DC (or 0x9540DC) is known color: Dark Orchid. HEX triplet: 95, 40 and DC. RGB value is (149,64,220). Sum of RGB (Red+Green+Blue) = 149+64+220=433 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.41% from 433); Green value is 64 (25.39% from 255 or 14.78% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #9540DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9540DC is #6ABF23. Grayscale: #6A6A6A. Windows color (decimal): -6995748 or 14434453. OLE color: 14434453.
HSL color Cylindrical-coordinate representation of color #9540DC: hue angle of 272.69º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9540DC is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 64 | 220 | - |
| CMYK | 0.32 | 0.71 | 0 | 0.14 |
| HSL | 272.69º | 0.69% | 0.56% | - |
| HSV(B) | 272.69º | 0.71% | 0.86% | - |
| XYZ | 27.15 | 15.22 | 69.22 | - |
| YUV | 107.2 | 191.66 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 64 | 220 | 0.32 | 0.71 | 0 | 0.14 | 272.69 | 0.69 | 0.56 |
| Hex | 95 | 40 | DC | 20 | 47 | 0 | E | 111 | 45 | 38 |
| Octal | 225 | 100 | 334 | 40 | 107 | 0 | 16 | 421 | 105 | 70 |
| Binary | 10010101 | 1000000 | 11011100 | 100000 | 1000111 | 0 | 1110 | 100010001 | 1000101 | 111000 |
Color Harmonies of #9540DC
Complementary color
Monochromatic Colors of #9540DC
Black with #9540DC
Text Example
Text Example
White with #9540DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9540DC; }
p { color: rgb(149,64,220); }
H1.HeaderClassName
{
color: #9540DC;
}
.AnyTagClassName
{
color: #9540DC;
}
</style>
background-color css
<style>
a { background-color: #9540DC; }
a { background-color: rgb(149,64,220); }
div.DivClassName
{
background-color: #9540DC;
}
.BgClassName
{
background-color: #9540DC;
}
</style>
border-color css
<style>
span { border-color: #9540DC; }
span { border-color: rgb(149,64,220); }
td.TdClassName
{
border-color: #9540DC;
}
.TagClassName
{
border-color: #9540DC;
}
</style>