Shades of Dark Orchid #9546CB
Tints of Dark Orchid #9546CB
RGB
CMYK
RGB Variations
Color information
#9546CB (or 0x9546CB) is known color: Dark Orchid. HEX triplet: 95, 46 and CB. RGB value is (149,70,203). Sum of RGB (Red+Green+Blue) = 149+70+203=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 70 (27.73% from 255 or 16.59% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #9546CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9546CB is #6AB934. Grayscale: #6C6C6C. Windows color (decimal): -6994229 or 13321877. OLE color: 13321877.
HSL color Cylindrical-coordinate representation of color #9546CB: hue angle of 275.64º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9546CB is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 70 | 203 | - |
| CMYK | 0.27 | 0.66 | 0 | 0.20 |
| HSL | 275.64º | 0.56% | 0.54% | - |
| HSV(B) | 275.64º | 0.66% | 0.8% | - |
| XYZ | 25.36 | 15.08 | 58.07 | - |
| YUV | 108.78 | 181.17 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 70 | 203 | 0.27 | 0.66 | 0 | 0.20 | 275.64 | 0.56 | 0.54 |
| Hex | 95 | 46 | CB | 1B | 42 | 0 | 14 | 114 | 38 | 36 |
| Octal | 225 | 106 | 313 | 33 | 102 | 0 | 24 | 424 | 70 | 66 |
| Binary | 10010101 | 1000110 | 11001011 | 11011 | 1000010 | 0 | 10100 | 100010100 | 111000 | 110110 |
Color Harmonies of #9546CB
Complementary color
Monochromatic Colors of #9546CB
Black with #9546CB
Text Example
Text Example
White with #9546CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9546CB; }
p { color: rgb(149,70,203); }
H1.HeaderClassName
{
color: #9546CB;
}
.AnyTagClassName
{
color: #9546CB;
}
</style>
background-color css
<style>
a { background-color: #9546CB; }
a { background-color: rgb(149,70,203); }
div.DivClassName
{
background-color: #9546CB;
}
.BgClassName
{
background-color: #9546CB;
}
</style>
border-color css
<style>
span { border-color: #9546CB; }
span { border-color: rgb(149,70,203); }
td.TdClassName
{
border-color: #9546CB;
}
.TagClassName
{
border-color: #9546CB;
}
</style>