#9E3DBD

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

Shades of Dark Orchid #9E3DBD

Tints of Dark Orchid #9E3DBD

Color information

#9E3DBD (or 0x9E3DBD) is unknown color: approx Dark Orchid. HEX triplet: 9E, 3D and BD. RGB value is (158,61,189). Sum of RGB (Red+Green+Blue) = 158+61+189=408 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.73% from 408); Green value is 61 (24.22% from 255 or 14.95% from 408); Blue value is 189 (74.22% from 255 or 46.32% from 408); Max value from RGB is 189 - color contains mainly: blue. Hex color #9E3DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E3DBD is #61C242. Grayscale: #686868. Windows color (decimal): -6406723 or 12402078. OLE color: 12402078.

HSL color Cylindrical-coordinate representation of color #9E3DBD: hue angle of 285.47º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9E3DBD is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15861189-
CMYK0.160.6800.26
HSL285.47º51.2%49.02%-
HSV(B)285.47º67.72%74.12%-
XYZ24.9514.2849.59-
YUV104.6175.64166.09-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.73%
GREEN value IS 61 (24.22% from 255) = 14.95%
BLUE value IS 189 (74.22% from 255) = 46.32%
R=38.73%
G=14.95%
B=46.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal158611890.160.6800.26285.4751.249.02
Hex9E3DBD104401A11d3331
Octal23675275201040324356361
Binary1001111011110110111101100001000100011010100011101110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,61,189); }

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

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

 a { background-color: rgb(158,61,189); }

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

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

 span { border-color: rgb(158,61,189); }

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