Html Css Color HEX #844496 Vivid Violet

📋 copy color: '#844496'

red 132 ◦ green 68 ◦ blue 150

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

Shades of Vivid Violet #844496

Tints of Vivid Violet #844496

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.43%

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

R = 37.71%
G = 19.43%
B = 42.86%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#844496 (or 0x844496) is known color: Vivid Violet. HEX triplet: 84, 44 and 96. RGB value is (132,68,150). Sum of RGB (Red+Green+Blue) = 132+68+150=350 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.71% from 350); Green value is 68 (26.95% from 255 or 19.43% from 350); Blue value is 150 (58.98% from 255 or 42.86% from 350); Max value from RGB is 150 - color contains mainly: blue. Hex color #844496 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844496 is #7BBB69. Grayscale: #606060. Windows color (decimal): -8108906 or 9847940. OLE color: 9847940.

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

Color convert

RGB 132 68 150 -
CMYK 0.12 0.55 0 0.41
HSL 286.83º 0.38% 0.43% -
HSV(B) 286.83º 0.55% 0.59% -
XYZ 17.09 11.24 30.12 -
YUV 96.48 158.2 153.33 -
System Red Green Blue C M Y K H S L
Decimal 132 68 150 0.12 0.55 0 0.41 286.83 0.38 0.43
Hex 84 44 96 C 37 0 29 11F 26 2B
Octal 204 104 226 14 67 0 51 437 46 53
Binary 10000100 1000100 10010110 1100 110111 0 101001 100011111 100110 101011

Color Harmonies of #844496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844496

Black with #844496

Text Example


Text Example

White with #844496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844496; }

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

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

background-color css

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

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

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

border-color css

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

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

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