#893FDE

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

Shades of Blue Violet #893FDE

Tints of Blue Violet #893FDE

Color information

#893FDE (or 0x893FDE) is unknown color: approx Blue Violet. HEX triplet: 89, 3F and DE. RGB value is (137,63,222). Sum of RGB (Red+Green+Blue) = 137+63+222=422 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.46% from 422); Green value is 63 (25% from 255 or 14.93% from 422); Blue value is 222 (87.11% from 255 or 52.61% from 422); Max value from RGB is 222 - color contains mainly: blue. Hex color #893FDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893FDE is #76C021. Grayscale: #666666. Windows color (decimal): -7782434 or 14565257. OLE color: 14565257.

HSL color Cylindrical-coordinate representation of color #893FDE: hue angle of 267.92º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #893FDE is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13763222-
CMYK0.380.7200.13
HSL267.92º70.67%55.88%-
HSV(B)267.92º71.62%87.06%-
XYZ25.2814.1570.51-
YUV103.25195.02152.07-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.46%
GREEN value IS 63 (25% from 255) = 14.93%
BLUE value IS 222 (87.11% from 255) = 52.61%
R=32.46%
G=14.93%
B=52.61%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal137632220.380.7200.13267.9270.6755.88
Hex893FDE26480D10c4738
Octal211773364611001541410770
Binary10001001111111110111101001101001000011011000011001000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,63,222); }

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

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

 a { background-color: rgb(137,63,222); }

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

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

 span { border-color: rgb(137,63,222); }

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