#9D2CB4

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

Shades of Dark Orchid #9D2CB4

Tints of Dark Orchid #9D2CB4

Color information

#9D2CB4 (or 0x9D2CB4) is unknown color: approx Dark Orchid. HEX triplet: 9D, 2C and B4. RGB value is (157,44,180). Sum of RGB (Red+Green+Blue) = 157+44+180=381 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.21% from 381); Green value is 44 (17.58% from 255 or 11.55% from 381); Blue value is 180 (70.70% from 255 or 47.24% from 381); Max value from RGB is 180 - color contains mainly: blue. Hex color #9D2CB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D2CB4 is #62D34B. Grayscale: #5C5C5C. Windows color (decimal): -6476620 or 11807901. OLE color: 11807901.

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

Color convert

RGB15744180-
CMYK0.130.7600.29
HSL289.85º60.71%43.92%-
HSV(B)289.85º75.56%70.59%-
XYZ23.0412.2644.33-
YUV93.29176.94173.44-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.21%
GREEN value IS 44 (17.58% from 255) = 11.55%
BLUE value IS 180 (70.70% from 255) = 47.24%
R=41.21%
G=11.55%
B=47.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal157441800.130.7600.29289.8560.7143.92
Hex9D2CB4D4C01D1223d2c
Octal23554264151140354427554
Binary100111011011001011010011011001100011101100100010111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,44,180); }

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

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

 a { background-color: rgb(157,44,180); }

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

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

 span { border-color: rgb(157,44,180); }

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