#893EBD

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

Shades of Dark Orchid #893EBD

Tints of Dark Orchid #893EBD

Color information

#893EBD (or 0x893EBD) is unknown color: approx Dark Orchid. HEX triplet: 89, 3E and BD. RGB value is (137,62,189). Sum of RGB (Red+Green+Blue) = 137+62+189=388 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.31% from 388); Green value is 62 (24.61% from 255 or 15.98% from 388); Blue value is 189 (74.22% from 255 or 48.71% from 388); Max value from RGB is 189 - color contains mainly: blue. Hex color #893EBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893EBD is #76C142. Grayscale: #626262. Windows color (decimal): -7782723 or 12402313. OLE color: 12402313.

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

Color convert

RGB13762189-
CMYK0.280.6700.26
HSL275.43º50.6%49.22%-
HSV(B)275.43º67.2%74.12%-
XYZ21.2212.4449.43-
YUV98.9178.85155.17-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.31%
GREEN value IS 62 (24.61% from 255) = 15.98%
BLUE value IS 189 (74.22% from 255) = 48.71%
R=35.31%
G=15.98%
B=48.71%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal137621890.280.6700.26275.4350.649.22
Hex893EBD1C4301A1133331
Octal21176275341030324236361
Binary1000100111111010111101111001000011011010100010011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893EBD; }

 p { color: rgb(137,62,189); }

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

<style>
 a { background-color: #893EBD; }

 a { background-color: rgb(137,62,189); }

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

<style>
 span { border-color: #893EBD; }

 span { border-color: rgb(137,62,189); }

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