Shades of Dark Orchid #9D45CC
Tints of Dark Orchid #9D45CC
RGB
CMYK
RGB Variations
Color information
#9D45CC (or 0x9D45CC) is known color: Dark Orchid. HEX triplet: 9D, 45 and CC. RGB value is (157,69,204). Sum of RGB (Red+Green+Blue) = 157+69+204=430 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.51% from 430); Green value is 69 (27.34% from 255 or 16.05% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #9D45CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D45CC is #62BA33. Grayscale: #6E6E6E. Windows color (decimal): -6470196 or 13387165. OLE color: 13387165.
HSL color Cylindrical-coordinate representation of color #9D45CC: hue angle of 279.11º 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 #9D45CC is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 157 | 69 | 204 | - |
| CMYK | 0.23 | 0.66 | 0 | 0.2 |
| HSL | 279.11º | 0.57% | 0.54% | - |
| HSV(B) | 279.11º | 0.66% | 0.8% | - |
| XYZ | 26.93 | 15.78 | 58.75 | - |
| YUV | 110.7 | 180.65 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 69 | 204 | 0.23 | 0.66 | 0 | 0.2 | 279.11 | 0.57 | 0.54 |
| Hex | 9D | 45 | CC | 17 | 42 | 0 | 14 | 117 | 39 | 36 |
| Octal | 235 | 105 | 314 | 27 | 102 | 0 | 24 | 427 | 71 | 66 |
| Binary | 10011101 | 1000101 | 11001100 | 10111 | 1000010 | 0 | 10100 | 100010111 | 111001 | 110110 |
Color Harmonies of #9D45CC
Complementary color
Monochromatic Colors of #9D45CC
Black with #9D45CC
Text Example
Text Example
White with #9D45CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D45CC; }
p { color: rgb(157,69,204); }
H1.HeaderClassName
{
color: #9D45CC;
}
.AnyTagClassName
{
color: #9D45CC;
}
</style>
background-color css
<style>
a { background-color: #9D45CC; }
a { background-color: rgb(157,69,204); }
div.DivClassName
{
background-color: #9D45CC;
}
.BgClassName
{
background-color: #9D45CC;
}
</style>
border-color css
<style>
span { border-color: #9D45CC; }
span { border-color: rgb(157,69,204); }
td.TdClassName
{
border-color: #9D45CC;
}
.TagClassName
{
border-color: #9D45CC;
}
</style>