#893EC4

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

Shades of Dark Orchid #893EC4

Tints of Dark Orchid #893EC4

Color information

#893EC4 (or 0x893EC4) is unknown color: approx Dark Orchid. HEX triplet: 89, 3E and C4. RGB value is (137,62,196). Sum of RGB (Red+Green+Blue) = 137+62+196=395 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.68% from 395); Green value is 62 (24.61% from 255 or 15.70% from 395); Blue value is 196 (76.95% from 255 or 49.62% from 395); Max value from RGB is 196 - color contains mainly: blue. Hex color #893EC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893EC4 is #76C13B. Grayscale: #636363. Windows color (decimal): -7782716 or 12861065. OLE color: 12861065.

HSL color Cylindrical-coordinate representation of color #893EC4: hue angle of 273.58º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #893EC4 is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB13762196-
CMYK0.300.6800.23
HSL273.58º53.17%50.59%-
HSV(B)273.58º68.37%76.86%-
XYZ2212.7553.53-
YUV99.7182.35154.6-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.68%
GREEN value IS 62 (24.61% from 255) = 15.70%
BLUE value IS 196 (76.95% from 255) = 49.62%
R=34.68%
G=15.70%
B=49.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal137621960.300.6800.23273.5853.1750.59
Hex893EC41E440171123533
Octal21176304361040274226563
Binary1000100111111011000100111101000100010111100010010110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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