#894ADA

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

Shades of Blue Violet #894ADA

Tints of Blue Violet #894ADA

Color information

#894ADA (or 0x894ADA) is unknown color: approx Blue Violet. HEX triplet: 89, 4A and DA. RGB value is (137,74,218). Sum of RGB (Red+Green+Blue) = 137+74+218=429 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.93% from 429); Green value is 74 (29.30% from 255 or 17.25% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #894ADA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #894ADA is #76B525. Grayscale: #6C6C6C. Windows color (decimal): -7779622 or 14305929. OLE color: 14305929.

HSL color Cylindrical-coordinate representation of color #894ADA: hue angle of 266.25º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #894ADA is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13774218-
CMYK0.370.6600.15
HSL266.25º66.06%57.25%-
HSV(B)266.25º66.06%85.49%-
XYZ25.4215.2867.94-
YUV109.25189.37147.79-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.93%
GREEN value IS 74 (29.30% from 255) = 17.25%
BLUE value IS 218 (85.55% from 255) = 50.82%
R=31.93%
G=17.25%
B=50.82%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal137742180.370.6600.15266.2566.0657.25
Hex894ADA25420F10a4239
Octal2111123324510201741210271
Binary100010011001010110110101001011000010011111000010101000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894ADA; }

 p { color: rgb(137,74,218); }

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

<style>
 a { background-color: #894ADA; }

 a { background-color: rgb(137,74,218); }

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

<style>
 span { border-color: #894ADA; }

 span { border-color: rgb(137,74,218); }

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