#893EBC

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

Shades of Dark Orchid #893EBC

Tints of Dark Orchid #893EBC

Color information

#893EBC (or 0x893EBC) is unknown color: approx Dark Orchid. HEX triplet: 89, 3E and BC. RGB value is (137,62,188). Sum of RGB (Red+Green+Blue) = 137+62+188=387 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.40% from 387); Green value is 62 (24.61% from 255 or 16.02% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #893EBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893EBC is #76C143. Grayscale: #626262. Windows color (decimal): -7782724 or 12336777. OLE color: 12336777.

HSL color Cylindrical-coordinate representation of color #893EBC: hue angle of 275.71º degrees, saturation: 0.5, 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 #893EBC is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13762188-
CMYK0.270.6700.26
HSL275.71º50.4%49.02%-
HSV(B)275.71º67.02%73.73%-
XYZ21.1212.3948.86-
YUV98.79178.35155.25-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.40%
GREEN value IS 62 (24.61% from 255) = 16.02%
BLUE value IS 188 (73.83% from 255) = 48.58%
R=35.40%
G=16.02%
B=48.58%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal137621880.270.6700.26275.7150.449.02
Hex893EBC1B4301A1143231
Octal21176274331030324246261
Binary1000100111111010111100110111000011011010100010100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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