#9D2BB4

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

Shades of Dark Orchid #9D2BB4

Tints of Dark Orchid #9D2BB4

Color information

#9D2BB4 (or 0x9D2BB4) is unknown color: approx Dark Orchid. HEX triplet: 9D, 2B and B4. RGB value is (157,43,180). Sum of RGB (Red+Green+Blue) = 157+43+180=380 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.32% from 380); Green value is 43 (17.19% from 255 or 11.32% from 380); Blue value is 180 (70.70% from 255 or 47.37% from 380); Max value from RGB is 180 - color contains mainly: blue. Hex color #9D2BB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D2BB4 is #62D44B. Grayscale: #5C5C5C. Windows color (decimal): -6476876 or 11807645. OLE color: 11807645.

HSL color Cylindrical-coordinate representation of color #9D2BB4: hue angle of 289.93º 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 #9D2BB4 is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB15743180-
CMYK0.130.7600.29
HSL289.93º61.43%43.73%-
HSV(B)289.93º76.11%70.59%-
XYZ23.0112.1944.32-
YUV92.7177.27173.86-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.32%
GREEN value IS 43 (17.19% from 255) = 11.32%
BLUE value IS 180 (70.70% from 255) = 47.37%
R=41.32%
G=11.32%
B=47.37%

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
Decimal157431800.130.7600.29289.9361.4343.73
Hex9D2BB4D4C01D1223d2c
Octal23553264151140354427554
Binary100111011010111011010011011001100011101100100010111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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