Html Css Color HEX #844991 Vivid Violet

📋 copy color: '#844991'

red 132 ◦ green 73 ◦ blue 145

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

Shades of Vivid Violet #844991

Tints of Vivid Violet #844991

RGB

 RED value IS 132 (51.95% from 255) = 37.71%

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

 BLUE value IS 145 (57.03% from 255) = 41.43%

R = 37.71%
G = 20.86%
B = 41.43%

CMYK

 C value IS 0.09

 M value IS 0.50

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#844991 (or 0x844991) is known color: Vivid Violet. HEX triplet: 84, 49 and 91. RGB value is (132,73,145). Sum of RGB (Red+Green+Blue) = 132+73+145=350 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.71% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 145 (57.03% from 255 or 41.43% from 350); Max value from RGB is 145 - color contains mainly: blue. Hex color #844991 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844991 is #7BB66E. Grayscale: #626262. Windows color (decimal): -8107631 or 9521540. OLE color: 9521540.

HSL color Cylindrical-coordinate representation of color #844991: hue angle of 289.17º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #844991 is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 132 73 145 -
CMYK 0.09 0.50 0 0.43
HSL 289.17º 0.33% 0.43% -
HSV(B) 289.17º 0.5% 0.57% -
XYZ 17.01 11.71 28.15 -
YUV 98.85 154.05 151.65 -
System Red Green Blue C M Y K H S L
Decimal 132 73 145 0.09 0.50 0 0.43 289.17 0.33 0.43
Hex 84 49 91 9 32 0 2B 121 21 2B
Octal 204 111 221 11 62 0 53 441 41 53
Binary 10000100 1001001 10010001 1001 110010 0 101011 100100001 100001 101011

Color Harmonies of #844991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844991

Black with #844991

Text Example


Text Example

White with #844991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844991; }

 p { color: rgb(132,73,145); }

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

background-color css

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

 a { background-color: rgb(132,73,145); }

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

border-color css

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

 span { border-color: rgb(132,73,145); }

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