Shades of Dark Orchid #9543CB
Tints of Dark Orchid #9543CB
RGB
CMYK
RGB Variations
Color information
#9543CB (or 0x9543CB) is known color: Dark Orchid. HEX triplet: 95, 43 and CB. RGB value is (149,67,203). Sum of RGB (Red+Green+Blue) = 149+67+203=419 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.56% from 419); Green value is 67 (26.56% from 255 or 15.99% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #9543CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9543CB is #6ABC34. Grayscale: #6A6A6A. Windows color (decimal): -6994997 or 13321109. OLE color: 13321109.
HSL color Cylindrical-coordinate representation of color #9543CB: hue angle of 276.18º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9543CB is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 67 | 203 | - |
| CMYK | 0.27 | 0.67 | 0 | 0.20 |
| HSL | 276.18º | 0.57% | 0.53% | - |
| HSV(B) | 276.18º | 0.67% | 0.8% | - |
| XYZ | 25.18 | 14.72 | 58.01 | - |
| YUV | 107.02 | 182.17 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 67 | 203 | 0.27 | 0.67 | 0 | 0.20 | 276.18 | 0.57 | 0.53 |
| Hex | 95 | 43 | CB | 1B | 43 | 0 | 14 | 114 | 39 | 35 |
| Octal | 225 | 103 | 313 | 33 | 103 | 0 | 24 | 424 | 71 | 65 |
| Binary | 10010101 | 1000011 | 11001011 | 11011 | 1000011 | 0 | 10100 | 100010100 | 111001 | 110101 |
Color Harmonies of #9543CB
Complementary color
Monochromatic Colors of #9543CB
Black with #9543CB
Text Example
Text Example
White with #9543CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9543CB; }
p { color: rgb(149,67,203); }
H1.HeaderClassName
{
color: #9543CB;
}
.AnyTagClassName
{
color: #9543CB;
}
</style>
background-color css
<style>
a { background-color: #9543CB; }
a { background-color: rgb(149,67,203); }
div.DivClassName
{
background-color: #9543CB;
}
.BgClassName
{
background-color: #9543CB;
}
</style>
border-color css
<style>
span { border-color: #9543CB; }
span { border-color: rgb(149,67,203); }
td.TdClassName
{
border-color: #9543CB;
}
.TagClassName
{
border-color: #9543CB;
}
</style>