Html Css Color HEX #844D95 Vivid Violet

📋 copy color: '#844D95'

red 132 ◦ green 77 ◦ blue 149

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

Shades of Vivid Violet #844D95

Tints of Vivid Violet #844D95

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.51%

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

R = 36.87%
G = 21.51%
B = 41.62%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#844D95 (or 0x844D95) is known color: Vivid Violet. HEX triplet: 84, 4D and 95. RGB value is (132,77,149). Sum of RGB (Red+Green+Blue) = 132+77+149=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 77 (30.47% from 255 or 21.51% from 358); Blue value is 149 (58.59% from 255 or 41.62% from 358); Max value from RGB is 149 - color contains mainly: blue. Hex color #844D95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #844D95 is #7BB26A. Grayscale: #656565. Windows color (decimal): -8106603 or 9784708. OLE color: 9784708.

HSL color Cylindrical-coordinate representation of color #844D95: hue angle of 285.83º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #844D95 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 132 77 149 -
CMYK 0.11 0.48 0 0.42
HSL 285.83º 0.32% 0.44% -
HSV(B) 285.83º 0.48% 0.58% -
XYZ 17.59 12.38 29.9 -
YUV 101.65 154.72 149.65 -
System Red Green Blue C M Y K H S L
Decimal 132 77 149 0.11 0.48 0 0.42 285.83 0.32 0.44
Hex 84 4D 95 B 30 0 2A 11E 20 2C
Octal 204 115 225 13 60 0 52 436 40 54
Binary 10000100 1001101 10010101 1011 110000 0 101010 100011110 100000 101100

Color Harmonies of #844D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844D95

Black with #844D95

Text Example


Text Example

White with #844D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844D95; }

 p { color: rgb(132,77,149); }

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

background-color css

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

 a { background-color: rgb(132,77,149); }

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

border-color css

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

 span { border-color: rgb(132,77,149); }

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