#9E4BE4

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

Shades of Dark Orchid #9E4BE4

Tints of Dark Orchid #9E4BE4

Color information

#9E4BE4 (or 0x9E4BE4) is unknown color: approx Dark Orchid. HEX triplet: 9E, 4B and E4. RGB value is (158,75,228). Sum of RGB (Red+Green+Blue) = 158+75+228=461 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.27% from 461); Green value is 75 (29.69% from 255 or 16.27% from 461); Blue value is 228 (89.45% from 255 or 49.46% from 461); Max value from RGB is 228 - color contains mainly: blue. Hex color #9E4BE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E4BE4 is #61B41B. Grayscale: #747474. Windows color (decimal): -6403100 or 14961566. OLE color: 14961566.

HSL color Cylindrical-coordinate representation of color #9E4BE4: hue angle of 272.55º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9E4BE4 is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB15875228-
CMYK0.310.6700.11
HSL272.55º73.91%59.41%-
HSV(B)272.55º67.11%89.41%-
XYZ30.6217.975.24-
YUV117.26190.5157.06-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.27%
GREEN value IS 75 (29.69% from 255) = 16.27%
BLUE value IS 228 (89.45% from 255) = 49.46%
R=34.27%
G=16.27%
B=49.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal158752280.310.6700.11272.5573.9159.41
Hex9E4BE41F430B1114a3b
Octal2361133443710301342111273
Binary10011110100101111100100111111000011010111000100011001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4BE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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