Html Css Color HEX #844896 Vivid Violet

📋 copy color: '#844896'

red 132 ◦ green 72 ◦ blue 150

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

Shades of Vivid Violet #844896

Tints of Vivid Violet #844896

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.34%

 BLUE value IS 150 (58.98% from 255) = 42.37%

R = 37.29%
G = 20.34%
B = 42.37%

CMYK

 C value IS 0.12

 M value IS 0.52

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#844896 (or 0x844896) is known color: Vivid Violet. HEX triplet: 84, 48 and 96. RGB value is (132,72,150). Sum of RGB (Red+Green+Blue) = 132+72+150=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 150 (58.98% from 255 or 42.37% from 354); Max value from RGB is 150 - color contains mainly: blue. Hex color #844896 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844896 is #7BB769. Grayscale: #626262. Windows color (decimal): -8107882 or 9848964. OLE color: 9848964.

HSL color Cylindrical-coordinate representation of color #844896: hue angle of 286.15º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #844896 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 132 72 150 -
CMYK 0.12 0.52 0 0.41
HSL 286.15º 0.35% 0.44% -
HSV(B) 286.15º 0.52% 0.59% -
XYZ 17.34 11.74 30.21 -
YUV 98.83 156.88 151.66 -
System Red Green Blue C M Y K H S L
Decimal 132 72 150 0.12 0.52 0 0.41 286.15 0.35 0.44
Hex 84 48 96 C 34 0 29 11E 23 2C
Octal 204 110 226 14 64 0 51 436 43 54
Binary 10000100 1001000 10010110 1100 110100 0 101001 100011110 100011 101100

Color Harmonies of #844896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844896

Black with #844896

Text Example


Text Example

White with #844896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844896; }

 p { color: rgb(132,72,150); }

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

background-color css

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

 a { background-color: rgb(132,72,150); }

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

border-color css

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

 span { border-color: rgb(132,72,150); }

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