#9E3EDD

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

Shades of Dark Orchid #9E3EDD

Tints of Dark Orchid #9E3EDD

Color information

#9E3EDD (or 0x9E3EDD) is unknown color: approx Dark Orchid. HEX triplet: 9E, 3E and DD. RGB value is (158,62,221). Sum of RGB (Red+Green+Blue) = 158+62+221=441 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.83% from 441); Green value is 62 (24.61% from 255 or 14.06% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #9E3EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E3EDD is #61C122. Grayscale: #6C6C6C. Windows color (decimal): -6406435 or 14499486. OLE color: 14499486.

HSL color Cylindrical-coordinate representation of color #9E3EDD: hue angle of 276.23º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9E3EDD is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15862221-
CMYK0.290.7200.13
HSL276.23º70.04%55.49%-
HSV(B)276.23º71.95%86.67%-
XYZ28.8715.9369.96-
YUV108.83191.3163.07-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.83%
GREEN value IS 62 (24.61% from 255) = 14.06%
BLUE value IS 221 (86.72% from 255) = 50.11%
R=35.83%
G=14.06%
B=50.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal158622210.290.7200.13276.2370.0455.49
Hex9E3EDD1D480D1144637
Octal236763353511001542410667
Binary1001111011111011011101111011001000011011000101001000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,62,221); }

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

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

 a { background-color: rgb(158,62,221); }

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

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

 span { border-color: rgb(158,62,221); }

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