Shades of Dark Orchid #9546DA
Tints of Dark Orchid #9546DA
RGB
CMYK
RGB Variations
Color information
#9546DA (or 0x9546DA) is known color: Dark Orchid. HEX triplet: 95, 46 and DA. RGB value is (149,70,218). Sum of RGB (Red+Green+Blue) = 149+70+218=437 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.10% from 437); Green value is 70 (27.73% from 255 or 16.02% from 437); Blue value is 218 (85.55% from 255 or 49.89% from 437); Max value from RGB is 218 - color contains mainly: blue. Hex color #9546DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9546DA is #6AB925. Grayscale: #6D6D6D. Windows color (decimal): -6994214 or 14304917. OLE color: 14304917.
HSL color Cylindrical-coordinate representation of color #9546DA: hue angle of 272.03º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9546DA is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 70 | 218 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.15 |
| HSL | 272.03º | 0.67% | 0.56% | - |
| HSV(B) | 272.03º | 0.68% | 0.85% | - |
| XYZ | 27.24 | 15.83 | 67.95 | - |
| YUV | 110.49 | 188.67 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 70 | 218 | 0.32 | 0.68 | 0 | 0.15 | 272.03 | 0.67 | 0.56 |
| Hex | 95 | 46 | DA | 20 | 44 | 0 | F | 110 | 43 | 38 |
| Octal | 225 | 106 | 332 | 40 | 104 | 0 | 17 | 420 | 103 | 70 |
| Binary | 10010101 | 1000110 | 11011010 | 100000 | 1000100 | 0 | 1111 | 100010000 | 1000011 | 111000 |
Color Harmonies of #9546DA
Complementary color
Monochromatic Colors of #9546DA
Black with #9546DA
Text Example
Text Example
White with #9546DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9546DA; }
p { color: rgb(149,70,218); }
H1.HeaderClassName
{
color: #9546DA;
}
.AnyTagClassName
{
color: #9546DA;
}
</style>
background-color css
<style>
a { background-color: #9546DA; }
a { background-color: rgb(149,70,218); }
div.DivClassName
{
background-color: #9546DA;
}
.BgClassName
{
background-color: #9546DA;
}
</style>
border-color css
<style>
span { border-color: #9546DA; }
span { border-color: rgb(149,70,218); }
td.TdClassName
{
border-color: #9546DA;
}
.TagClassName
{
border-color: #9546DA;
}
</style>