Shades of Dark Orchid #9545CC
Tints of Dark Orchid #9545CC
RGB
CMYK
RGB Variations
Color information
#9545CC (or 0x9545CC) is known color: Dark Orchid. HEX triplet: 95, 45 and CC. RGB value is (149,69,204). Sum of RGB (Red+Green+Blue) = 149+69+204=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 69 (27.34% from 255 or 16.35% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #9545CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9545CC is #6ABA33. Grayscale: #6B6B6B. Windows color (decimal): -6994484 or 13387157. OLE color: 13387157.
HSL color Cylindrical-coordinate representation of color #9545CC: hue angle of 275.56º degrees, saturation: 0.57, 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 #9545CC is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 149 | 69 | 204 | - |
| CMYK | 0.27 | 0.66 | 0 | 0.2 |
| HSL | 275.56º | 0.57% | 0.54% | - |
| HSV(B) | 275.56º | 0.66% | 0.8% | - |
| XYZ | 25.42 | 15.01 | 58.68 | - |
| YUV | 108.31 | 182 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 69 | 204 | 0.27 | 0.66 | 0 | 0.2 | 275.56 | 0.57 | 0.54 |
| Hex | 95 | 45 | CC | 1B | 42 | 0 | 14 | 114 | 39 | 36 |
| Octal | 225 | 105 | 314 | 33 | 102 | 0 | 24 | 424 | 71 | 66 |
| Binary | 10010101 | 1000101 | 11001100 | 11011 | 1000010 | 0 | 10100 | 100010100 | 111001 | 110110 |
Color Harmonies of #9545CC
Complementary color
Monochromatic Colors of #9545CC
Black with #9545CC
Text Example
Text Example
White with #9545CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9545CC; }
p { color: rgb(149,69,204); }
H1.HeaderClassName
{
color: #9545CC;
}
.AnyTagClassName
{
color: #9545CC;
}
</style>
background-color css
<style>
a { background-color: #9545CC; }
a { background-color: rgb(149,69,204); }
div.DivClassName
{
background-color: #9545CC;
}
.BgClassName
{
background-color: #9545CC;
}
</style>
border-color css
<style>
span { border-color: #9545CC; }
span { border-color: rgb(149,69,204); }
td.TdClassName
{
border-color: #9545CC;
}
.TagClassName
{
border-color: #9545CC;
}
</style>