#9E4BD9

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

Shades of Dark Orchid #9E4BD9

Tints of Dark Orchid #9E4BD9

Color information

#9E4BD9 (or 0x9E4BD9) is unknown color: approx Dark Orchid. HEX triplet: 9E, 4B and D9. RGB value is (158,75,217). Sum of RGB (Red+Green+Blue) = 158+75+217=450 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.11% from 450); Green value is 75 (29.69% from 255 or 16.67% from 450); Blue value is 217 (85.16% from 255 or 48.22% from 450); Max value from RGB is 217 - color contains mainly: blue. Hex color #9E4BD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E4BD9 is #61B426. Grayscale: #737373. Windows color (decimal): -6403111 or 14240670. OLE color: 14240670.

HSL color Cylindrical-coordinate representation of color #9E4BD9: hue angle of 275.07º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9E4BD9 is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB15875217-
CMYK0.270.6500.15
HSL275.07º65.14%57.25%-
HSV(B)275.07º65.44%85.1%-
XYZ29.1417.3167.45-
YUV116185157.95-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.11%
GREEN value IS 75 (29.69% from 255) = 16.67%
BLUE value IS 217 (85.16% from 255) = 48.22%
R=35.11%
G=16.67%
B=48.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal158752170.270.6500.15275.0765.1457.25
Hex9E4BD91B410F1134139
Octal2361133313310101742310171
Binary10011110100101111011001110111000001011111000100111000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,75,217); }

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

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

 a { background-color: rgb(158,75,217); }

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

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

 span { border-color: rgb(158,75,217); }

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