#893FD5

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

Shades of Blue Violet #893FD5

Tints of Blue Violet #893FD5

Color information

#893FD5 (or 0x893FD5) is unknown color: approx Blue Violet. HEX triplet: 89, 3F and D5. RGB value is (137,63,213). Sum of RGB (Red+Green+Blue) = 137+63+213=413 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.17% from 413); Green value is 63 (25% from 255 or 15.25% from 413); Blue value is 213 (83.59% from 255 or 51.57% from 413); Max value from RGB is 213 - color contains mainly: blue. Hex color #893FD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893FD5 is #76C02A. Grayscale: #656565. Windows color (decimal): -7782443 or 13975433. OLE color: 13975433.

HSL color Cylindrical-coordinate representation of color #893FD5: hue angle of 269.6º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #893FD5 is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB13763213-
CMYK0.360.7000.16
HSL269.6º64.1%54.12%-
HSV(B)269.6º70.42%83.53%-
XYZ24.113.6864.32-
YUV102.23190.52152.8-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.17%
GREEN value IS 63 (25% from 255) = 15.25%
BLUE value IS 213 (83.59% from 255) = 51.57%
R=33.17%
G=15.25%
B=51.57%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal137632130.360.7000.16269.664.154.12
Hex893FD5244601010e4036
Octal211773254410602041610066
Binary100010011111111101010110010010001100100001000011101000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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