#9d47d5

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

Shades of Dark Orchid #9D47D5

Tints of Dark Orchid #9D47D5

Color information

#9D47D5 (or 0x9D47D5) is unknown color: approx Dark Orchid. HEX triplet: 9D, 47 and D5. RGB value is (157,71,213). Sum of RGB (Red+Green+Blue) = 157+71+213=441 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.60% from 441); Green value is 71 (28.12% from 255 or 16.10% from 441); Blue value is 213 (83.59% from 255 or 48.30% from 441); Max value from RGB is 213 - color contains mainly: blue. Hex color #9D47D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D47D5 is #62B82A. Grayscale: #707070. Windows color (decimal): -6469675 or 13977501. OLE color: 13977501.

HSL color Cylindrical-coordinate representation of color #9D47D5: hue angle of 276.34º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9D47D5 is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB15771213-
CMYK0.260.6700.16
HSL276.34º62.83%55.69%-
HSV(B)276.34º66.67%83.53%-
XYZ28.1716.4864.65-
YUV112.9184.49159.45-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.60%
GREEN value IS 71 (28.12% from 255) = 16.10%
BLUE value IS 213 (83.59% from 255) = 48.30%
R=35.60%
G=16.10%
B=48.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal157712130.260.6700.16276.3462.8355.69
Hex9D47D51A430101143f38
Octal235107325321030204247770
Binary10011101100011111010101110101000011010000100010100111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9d47d5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,71,213); }

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

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

 a { background-color: rgb(157,71,213); }

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

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

 span { border-color: rgb(157,71,213); }

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