#9D2DB5

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

Shades of Dark Orchid #9D2DB5

Tints of Dark Orchid #9D2DB5

Color information

#9D2DB5 (or 0x9D2DB5) is unknown color: approx Dark Orchid. HEX triplet: 9D, 2D and B5. RGB value is (157,45,181). Sum of RGB (Red+Green+Blue) = 157+45+181=383 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.99% from 383); Green value is 45 (17.97% from 255 or 11.75% from 383); Blue value is 181 (71.09% from 255 or 47.26% from 383); Max value from RGB is 181 - color contains mainly: blue. Hex color #9D2DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D2DB5 is #62D24A. Grayscale: #5D5D5D. Windows color (decimal): -6476363 or 11873693. OLE color: 11873693.

HSL color Cylindrical-coordinate representation of color #9D2DB5: hue angle of 289.41º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9D2DB5 is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB15745181-
CMYK0.130.7500.29
HSL289.41º60.18%44.31%-
HSV(B)289.41º75.14%70.98%-
XYZ23.1812.3844.88-
YUV93.99177.11172.94-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.99%
GREEN value IS 45 (17.97% from 255) = 11.75%
BLUE value IS 181 (71.09% from 255) = 47.26%
R=40.99%
G=11.75%
B=47.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal157451810.130.7500.29289.4160.1844.31
Hex9D2DB5D4B01D1213c2c
Octal23555265151130354417454
Binary100111011011011011010111011001011011101100100001111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,45,181); }

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

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

 a { background-color: rgb(157,45,181); }

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

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

 span { border-color: rgb(157,45,181); }

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