#9D2EB2

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

Shades of Dark Orchid #9D2EB2

Tints of Dark Orchid #9D2EB2

Color information

#9D2EB2 (or 0x9D2EB2) is unknown color: approx Dark Orchid. HEX triplet: 9D, 2E and B2. RGB value is (157,46,178). Sum of RGB (Red+Green+Blue) = 157+46+178=381 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.21% from 381); Green value is 46 (18.36% from 255 or 12.07% from 381); Blue value is 178 (69.92% from 255 or 46.72% from 381); Max value from RGB is 178 - color contains mainly: blue. Hex color #9D2EB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D2EB2 is #62D14D. Grayscale: #5D5D5D. Windows color (decimal): -6476110 or 11677341. OLE color: 11677341.

HSL color Cylindrical-coordinate representation of color #9D2EB2: hue angle of 290.45º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9D2EB2 is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB15746178-
CMYK0.120.7400.30
HSL290.45º58.93%43.92%-
HSV(B)290.45º74.16%69.8%-
XYZ22.9212.3443.29-
YUV94.24175.27172.77-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.21%
GREEN value IS 46 (18.36% from 255) = 12.07%
BLUE value IS 178 (69.92% from 255) = 46.72%
R=41.21%
G=12.07%
B=46.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal157461780.120.7400.30290.4558.9343.92
Hex9D2EB2C4A01E1223b2c
Octal23556262141120364427354
Binary100111011011101011001011001001010011110100100010111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,46,178); }

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

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

 a { background-color: rgb(157,46,178); }

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

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

 span { border-color: rgb(157,46,178); }

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