Html Css Color HEX #894ADB Blue Violet

📋 copy color: '#894ADB'

red 137 ◦ green 74 ◦ blue 219

#894ADB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #894ADB

Tints of Blue Violet #894ADB

RGB

 RED value IS 137 (53.91% from 255) = 31.86%

 GREEN value IS 74 (29.3% from 255) = 17.21%

 BLUE value IS 219 (85.94% from 255) = 50.93%

R = 31.86%
G = 17.21%
B = 50.93%

CMYK

 C value IS 0.37

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#894ADB (or 0x894ADB) is known color: Blue Violet. HEX triplet: 89, 4A and DB. RGB value is (137,74,219). Sum of RGB (Red+Green+Blue) = 137+74+219=430 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.86% from 430); Green value is 74 (29.30% from 255 or 17.21% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #894ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #894ADB is #76B524. Grayscale: #6C6C6C. Windows color (decimal): -7779621 or 14371465. OLE color: 14371465.

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

Color convert

RGB 137 74 219 -
CMYK 0.37 0.66 0 0.14
HSL 266.07º 0.67% 0.57% -
HSV(B) 266.07º 0.66% 0.86% -
XYZ 25.55 15.33 68.63 -
YUV 109.37 189.87 147.71 -
System Red Green Blue C M Y K H S L
Decimal 137 74 219 0.37 0.66 0 0.14 266.07 0.67 0.57
Hex 89 4A DB 25 42 0 E 10A 43 39
Octal 211 112 333 45 102 0 16 412 103 71
Binary 10001001 1001010 11011011 100101 1000010 0 1110 100001010 1000011 111001

Color Harmonies of #894ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894ADB

Black with #894ADB

Text Example


Text Example

White with #894ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #894ADB;
 }
 .AnyTagClassName
 {
   color: #894ADB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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