#9E2EB4

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

Shades of Dark Orchid #9E2EB4

Tints of Dark Orchid #9E2EB4

Color information

#9E2EB4 (or 0x9E2EB4) is unknown color: approx Dark Orchid. HEX triplet: 9E, 2E and B4. RGB value is (158,46,180). Sum of RGB (Red+Green+Blue) = 158+46+180=384 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.15% from 384); Green value is 46 (18.36% from 255 or 11.98% from 384); Blue value is 180 (70.70% from 255 or 46.88% from 384); Max value from RGB is 180 - color contains mainly: blue. Hex color #9E2EB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E2EB4 is #61D14B. Grayscale: #5E5E5E. Windows color (decimal): -6410572 or 11808414. OLE color: 11808414.

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

Color convert

RGB15846180-
CMYK0.120.7400.29
HSL290.15º59.29%44.31%-
HSV(B)290.15º74.44%70.59%-
XYZ23.3212.5244.37-
YUV94.76176.11173.1-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.15%
GREEN value IS 46 (18.36% from 255) = 11.98%
BLUE value IS 180 (70.70% from 255) = 46.88%
R=41.15%
G=11.98%
B=46.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal158461800.120.7400.29290.1559.2944.31
Hex9E2EB4C4A01D1223b2c
Octal23656264141120354427354
Binary100111101011101011010011001001010011101100100010111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,46,180); }

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

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

 a { background-color: rgb(158,46,180); }

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

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

 span { border-color: rgb(158,46,180); }

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