#893bd5

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

Shades of Blue Violet #893BD5

Tints of Blue Violet #893BD5

Color information

#893BD5 (or 0x893BD5) is unknown color: approx Blue Violet. HEX triplet: 89, 3B and D5. RGB value is (137,59,213). Sum of RGB (Red+Green+Blue) = 137+59+213=409 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.50% from 409); Green value is 59 (23.44% from 255 or 14.43% from 409); Blue value is 213 (83.59% from 255 or 52.08% from 409); Max value from RGB is 213 - color contains mainly: blue. Hex color #893BD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893BD5 is #76C42A. Grayscale: #636363. Windows color (decimal): -7783467 or 13974409. OLE color: 13974409.

HSL color Cylindrical-coordinate representation of color #893BD5: hue angle of 270.39º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #893BD5 is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB13759213-
CMYK0.360.7200.16
HSL270.39º64.71%53.33%-
HSV(B)270.39º72.3%83.53%-
XYZ23.8913.2564.25-
YUV99.88191.84154.48-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.50%
GREEN value IS 59 (23.44% from 255) = 14.43%
BLUE value IS 213 (83.59% from 255) = 52.08%
R=33.50%
G=14.43%
B=52.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal137592130.360.7200.16270.3964.7153.33
Hex893BD5244801010e4135
Octal211733254411002041610165
Binary100010011110111101010110010010010000100001000011101000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893bd5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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