#893ECA

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

Shades of Dark Orchid #893ECA

Tints of Dark Orchid #893ECA

Color information

#893ECA (or 0x893ECA) is unknown color: approx Dark Orchid. HEX triplet: 89, 3E and CA. RGB value is (137,62,202). Sum of RGB (Red+Green+Blue) = 137+62+202=401 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.16% from 401); Green value is 62 (24.61% from 255 or 15.46% from 401); Blue value is 202 (79.30% from 255 or 50.37% from 401); Max value from RGB is 202 - color contains mainly: blue. Hex color #893ECA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893ECA is #76C135. Grayscale: #636363. Windows color (decimal): -7782710 or 13254281. OLE color: 13254281.

HSL color Cylindrical-coordinate representation of color #893ECA: hue angle of 272.14º degrees, saturation: 0.57, 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 #893ECA is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13762202-
CMYK0.320.6900.21
HSL272.14º56.91%51.76%-
HSV(B)272.14º69.31%79.22%-
XYZ22.713.0357.2-
YUV100.38185.35154.12-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.16%
GREEN value IS 62 (24.61% from 255) = 15.46%
BLUE value IS 202 (79.30% from 255) = 50.37%
R=34.16%
G=15.46%
B=50.37%

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
Decimal137622020.320.6900.21272.1456.9151.76
Hex893ECA20450151103934
Octal21176312401050254207164
Binary10001001111110110010101000001000101010101100010000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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