Html Css Color HEX #894990 Vivid Violet

📋 copy color: '#894990'

red 137 ◦ green 73 ◦ blue 144

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

Shades of Vivid Violet #894990

Tints of Vivid Violet #894990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 40.68%

R = 38.7%
G = 20.62%
B = 40.68%

CMYK

 C value IS 0.05

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#894990 (or 0x894990) is known color: Vivid Violet. HEX triplet: 89, 49 and 90. RGB value is (137,73,144). Sum of RGB (Red+Green+Blue) = 137+73+144=354 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.70% from 354); Green value is 73 (28.91% from 255 or 20.62% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 144 - color contains mainly: blue. Hex color #894990 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894990 is #76B66F. Grayscale: #646464. Windows color (decimal): -7779952 or 9456009. OLE color: 9456009.

HSL color Cylindrical-coordinate representation of color #894990: hue angle of 294.08º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #894990 is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 137 73 144 -
CMYK 0.05 0.49 0 0.44
HSL 294.08º 0.33% 0.43% -
HSV(B) 294.08º 0.49% 0.56% -
XYZ 17.73 12.1 27.79 -
YUV 100.23 152.7 154.23 -
System Red Green Blue C M Y K H S L
Decimal 137 73 144 0.05 0.49 0 0.44 294.08 0.33 0.43
Hex 89 49 90 5 31 0 2C 126 21 2B
Octal 211 111 220 5 61 0 54 446 41 53
Binary 10001001 1001001 10010000 101 110001 0 101100 100100110 100001 101011

Color Harmonies of #894990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894990

Black with #894990

Text Example


Text Example

White with #894990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894990; }

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

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

background-color css

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

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

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

border-color css

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

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

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