Html Css Color HEX #894995 Vivid Violet

📋 copy color: '#894995'

red 137 ◦ green 73 ◦ blue 149

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

Shades of Vivid Violet #894995

Tints of Vivid Violet #894995

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.33%

 BLUE value IS 149 (58.59% from 255) = 41.5%

R = 38.16%
G = 20.33%
B = 41.5%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#894995 (or 0x894995) is known color: Vivid Violet. HEX triplet: 89, 49 and 95. RGB value is (137,73,149). Sum of RGB (Red+Green+Blue) = 137+73+149=359 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.16% from 359); Green value is 73 (28.91% from 255 or 20.33% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 149 - color contains mainly: blue. Hex color #894995 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894995 is #76B66A. Grayscale: #646464. Windows color (decimal): -7779947 or 9783689. OLE color: 9783689.

HSL color Cylindrical-coordinate representation of color #894995: hue angle of 290.53º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #894995 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 137 73 149 -
CMYK 0.08 0.51 0 0.42
HSL 290.53º 0.34% 0.44% -
HSV(B) 290.53º 0.51% 0.58% -
XYZ 18.12 12.25 29.84 -
YUV 100.8 155.2 153.82 -
System Red Green Blue C M Y K H S L
Decimal 137 73 149 0.08 0.51 0 0.42 290.53 0.34 0.44
Hex 89 49 95 8 33 0 2A 123 22 2C
Octal 211 111 225 10 63 0 52 443 42 54
Binary 10001001 1001001 10010101 1000 110011 0 101010 100100011 100010 101100

Color Harmonies of #894995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894995

Black with #894995

Text Example


Text Example

White with #894995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894995; }

 p { color: rgb(137,73,149); }

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

background-color css

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

 a { background-color: rgb(137,73,149); }

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

border-color css

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

 span { border-color: rgb(137,73,149); }

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