#9E3BD0

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

Shades of Dark Orchid #9E3BD0

Tints of Dark Orchid #9E3BD0

Color information

#9E3BD0 (or 0x9E3BD0) is unknown color: approx Dark Orchid. HEX triplet: 9E, 3B and D0. RGB value is (158,59,208). Sum of RGB (Red+Green+Blue) = 158+59+208=425 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.18% from 425); Green value is 59 (23.44% from 255 or 13.88% from 425); Blue value is 208 (81.64% from 255 or 48.94% from 425); Max value from RGB is 208 - color contains mainly: blue. Hex color #9E3BD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E3BD0 is #61C42F. Grayscale: #696969. Windows color (decimal): -6407216 or 13646750. OLE color: 13646750.

HSL color Cylindrical-coordinate representation of color #9E3BD0: hue angle of 279.87º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9E3BD0 is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB15859208-
CMYK0.240.7200.18
HSL279.87º61.32%52.35%-
HSV(B)279.87º71.63%81.57%-
XYZ27.0514.9561.13-
YUV105.59185.8165.38-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.18%
GREEN value IS 59 (23.44% from 255) = 13.88%
BLUE value IS 208 (81.64% from 255) = 48.94%
R=37.18%
G=13.88%
B=48.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal158592080.240.7200.18279.8761.3252.35
Hex9E3BD018480121183d34
Octal23673320301100224307564
Binary1001111011101111010000110001001000010010100011000111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,59,208); }

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

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

 a { background-color: rgb(158,59,208); }

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

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

 span { border-color: rgb(158,59,208); }

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