Html Css Color HEX #844995 Vivid Violet

📋 copy color: '#844995'

red 132 ◦ green 73 ◦ blue 149

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

Shades of Vivid Violet #844995

Tints of Vivid Violet #844995

RGB

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

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

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

R = 37.29%
G = 20.62%
B = 42.09%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#844995 (or 0x844995) is known color: Vivid Violet. HEX triplet: 84, 49 and 95. RGB value is (132,73,149). Sum of RGB (Red+Green+Blue) = 132+73+149=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 73 (28.91% from 255 or 20.62% from 354); Blue value is 149 (58.59% from 255 or 42.09% from 354); Max value from RGB is 149 - color contains mainly: blue. Hex color #844995 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844995 is #7BB66A. Grayscale: #636363. Windows color (decimal): -8107627 or 9783684. OLE color: 9783684.

HSL color Cylindrical-coordinate representation of color #844995: hue angle of 286.58º 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 #844995 is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 132 73 149 -
CMYK 0.11 0.51 0 0.42
HSL 286.58º 0.34% 0.44% -
HSV(B) 286.58º 0.51% 0.58% -
XYZ 17.32 11.84 29.81 -
YUV 99.31 156.05 151.32 -
System Red Green Blue C M Y K H S L
Decimal 132 73 149 0.11 0.51 0 0.42 286.58 0.34 0.44
Hex 84 49 95 B 33 0 2A 11F 22 2C
Octal 204 111 225 13 63 0 52 437 42 54
Binary 10000100 1001001 10010101 1011 110011 0 101010 100011111 100010 101100

Color Harmonies of #844995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844995

Black with #844995

Text Example


Text Example

White with #844995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844995; }

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

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

background-color css

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

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

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

border-color css

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

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

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