#893BE1

Color #893BE1 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #893BE1

Tints of Blue Violet #893BE1

Color information

#893BE1 (or 0x893BE1) is unknown color: approx Blue Violet. HEX triplet: 89, 3B and E1. RGB value is (137,59,225). Sum of RGB (Red+Green+Blue) = 137+59+225=421 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.54% from 421); Green value is 59 (23.44% from 255 or 14.01% from 421); Blue value is 225 (88.28% from 255 or 53.44% from 421); Max value from RGB is 225 - color contains mainly: blue. Hex color #893BE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893BE1 is #76C41E. Grayscale: #646464. Windows color (decimal): -7783455 or 14760841. OLE color: 14760841.

HSL color Cylindrical-coordinate representation of color #893BE1: hue angle of 268.19º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #893BE1 is Cyan = 0.39, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB13759225-
CMYK0.390.7400.12
HSL268.19º73.45%55.69%-
HSV(B)268.19º73.78%88.24%-
XYZ25.4713.8872.57-
YUV101.25197.84153.5-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.54%
GREEN value IS 59 (23.44% from 255) = 14.01%
BLUE value IS 225 (88.28% from 255) = 53.44%
R=32.54%
G=14.01%
B=53.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal137592250.390.7400.12268.1973.4555.69
Hex893BE1274A0C10c4938
Octal211733414711201441411170
Binary10001001111011111000011001111001010011001000011001001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,59,225); }

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

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

 a { background-color: rgb(137,59,225); }

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

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

 span { border-color: rgb(137,59,225); }

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