#893EC9

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

Shades of Dark Orchid #893EC9

Tints of Dark Orchid #893EC9

Color information

#893EC9 (or 0x893EC9) is unknown color: approx Dark Orchid. HEX triplet: 89, 3E and C9. RGB value is (137,62,201). Sum of RGB (Red+Green+Blue) = 137+62+201=400 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.25% from 400); Green value is 62 (24.61% from 255 or 15.5% from 400); Blue value is 201 (78.91% from 255 or 50.25% from 400); Max value from RGB is 201 - color contains mainly: blue. Hex color #893EC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893EC9 is #76C136. Grayscale: #636363. Windows color (decimal): -7782711 or 13188745. OLE color: 13188745.

HSL color Cylindrical-coordinate representation of color #893EC9: hue angle of 272.37º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #893EC9 is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13762201-
CMYK0.320.6900.21
HSL272.37º56.28%51.57%-
HSV(B)272.37º69.15%78.82%-
XYZ22.5812.9856.57-
YUV100.27184.85154.2-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.25%
GREEN value IS 62 (24.61% from 255) = 15.5%
BLUE value IS 201 (78.91% from 255) = 50.25%
R=34.25%
G=15.5%
B=50.25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal137622010.320.6900.21272.3756.2851.57
Hex893EC920450151103834
Octal21176311401050254207064
Binary10001001111110110010011000001000101010101100010000111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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