#893DE1

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

Shades of Blue Violet #893DE1

Tints of Blue Violet #893DE1

Color information

#893DE1 (or 0x893DE1) is unknown color: approx Blue Violet. HEX triplet: 89, 3D and E1. RGB value is (137,61,225). Sum of RGB (Red+Green+Blue) = 137+61+225=423 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.39% from 423); Green value is 61 (24.22% from 255 or 14.42% from 423); Blue value is 225 (88.28% from 255 or 53.19% from 423); Max value from RGB is 225 - color contains mainly: blue. Hex color #893DE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893DE1 is #76C21E. Grayscale: #656565. Windows color (decimal): -7782943 or 14761353. OLE color: 14761353.

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

Color convert

RGB13761225-
CMYK0.390.7300.12
HSL267.8º73.21%56.08%-
HSV(B)267.8º72.89%88.24%-
XYZ25.5814.0972.61-
YUV102.42197.18152.66-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.39%
GREEN value IS 61 (24.22% from 255) = 14.42%
BLUE value IS 225 (88.28% from 255) = 53.19%
R=32.39%
G=14.42%
B=53.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal137612250.390.7300.12267.873.2156.08
Hex893DE127490C10c4938
Octal211753414711101441411170
Binary10001001111101111000011001111001001011001000011001001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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