Shades of Dark Orchid #9540D7
Tints of Dark Orchid #9540D7
RGB
CMYK
RGB Variations
Color information
#9540D7 (or 0x9540D7) is known color: Dark Orchid. HEX triplet: 95, 40 and D7. RGB value is (149,64,215). Sum of RGB (Red+Green+Blue) = 149+64+215=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 64 (25.39% from 255 or 14.95% from 428); Blue value is 215 (84.38% from 255 or 50.23% from 428); Max value from RGB is 215 - color contains mainly: blue. Hex color #9540D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9540D7 is #6ABF28. Grayscale: #6A6A6A. Windows color (decimal): -6995753 or 14106773. OLE color: 14106773.
HSL color Cylindrical-coordinate representation of color #9540D7: hue angle of 273.77º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9540D7 is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 64 | 215 | - |
| CMYK | 0.31 | 0.70 | 0 | 0.16 |
| HSL | 273.77º | 0.65% | 0.55% | - |
| HSV(B) | 273.77º | 0.7% | 0.84% | - |
| XYZ | 26.49 | 14.96 | 65.78 | - |
| YUV | 106.63 | 189.16 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 64 | 215 | 0.31 | 0.70 | 0 | 0.16 | 273.77 | 0.65 | 0.55 |
| Hex | 95 | 40 | D7 | 1F | 46 | 0 | 10 | 112 | 41 | 37 |
| Octal | 225 | 100 | 327 | 37 | 106 | 0 | 20 | 422 | 101 | 67 |
| Binary | 10010101 | 1000000 | 11010111 | 11111 | 1000110 | 0 | 10000 | 100010010 | 1000001 | 110111 |
Color Harmonies of #9540D7
Complementary color
Monochromatic Colors of #9540D7
Black with #9540D7
Text Example
Text Example
White with #9540D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9540D7; }
p { color: rgb(149,64,215); }
H1.HeaderClassName
{
color: #9540D7;
}
.AnyTagClassName
{
color: #9540D7;
}
</style>
background-color css
<style>
a { background-color: #9540D7; }
a { background-color: rgb(149,64,215); }
div.DivClassName
{
background-color: #9540D7;
}
.BgClassName
{
background-color: #9540D7;
}
</style>
border-color css
<style>
span { border-color: #9540D7; }
span { border-color: rgb(149,64,215); }
td.TdClassName
{
border-color: #9540D7;
}
.TagClassName
{
border-color: #9540D7;
}
</style>