#9D45CD

Color #9D45CD Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #9D45CD

Tints of Dark Orchid #9D45CD

Color information

#9D45CD (or 0x9D45CD) is unknown color: approx Dark Orchid. HEX triplet: 9D, 45 and CD. RGB value is (157,69,205). Sum of RGB (Red+Green+Blue) = 157+69+205=431 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.43% from 431); Green value is 69 (27.34% from 255 or 16.01% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #9D45CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D45CD is #62BA32. Grayscale: #6E6E6E. Windows color (decimal): -6470195 or 13452701. OLE color: 13452701.

HSL color Cylindrical-coordinate representation of color #9D45CD: hue angle of 278.82º degrees, saturation: 0.58, 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 #9D45CD is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15769205-
CMYK0.230.6600.20
HSL278.82º57.63%53.73%-
HSV(B)278.82º66.34%80.39%-
XYZ27.0515.8359.39-
YUV110.82181.15160.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 157 (61.72% from 255) = 36.43%
GREEN value IS 69 (27.34% from 255) = 16.01%
BLUE value IS 205 (80.47% from 255) = 47.56%
R=36.43%
G=16.01%
B=47.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal157692050.230.6600.20278.8257.6353.73
Hex9D45CD17420141173a36
Octal235105315271020244277266
Binary10011101100010111001101101111000010010100100010111111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D45CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D45CD; }

 p { color: rgb(157,69,205); }

 H1.HeaderClassName
 {
   color: #9D45CD;
 }
 .AnyTagClassName
 {
   color: #9D45CD;
 }
</style>
background-color css

<style>
 a { background-color: #9D45CD; }

 a { background-color: rgb(157,69,205); }

 div.DivClassName
 {
   background-color: #9D45CD;
 }
 .BgClassName
 {
   background-color: #9D45CD;
 }
</style>
border-color css

<style>
 span { border-color: #9D45CD; }

 span { border-color: rgb(157,69,205); }

 td.TdClassName
 {
   border-color: #9D45CD;
 }
 .TagClassName
 {
   border-color: #9D45CD;
 }
</style>