Html Css Color HEX #844494 Vivid Violet

📋 copy color: '#844494'

red 132 ◦ green 68 ◦ blue 148

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

Shades of Vivid Violet #844494

Tints of Vivid Violet #844494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 42.53%

R = 37.93%
G = 19.54%
B = 42.53%

CMYK

 C value IS 0.11

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#844494 (or 0x844494) is known color: Vivid Violet. HEX triplet: 84, 44 and 94. RGB value is (132,68,148). Sum of RGB (Red+Green+Blue) = 132+68+148=348 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.93% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 148 (58.20% from 255 or 42.53% from 348); Max value from RGB is 148 - color contains mainly: blue. Hex color #844494 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844494 is #7BBB6B. Grayscale: #606060. Windows color (decimal): -8108908 or 9716868. OLE color: 9716868.

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

Color convert

RGB 132 68 148 -
CMYK 0.11 0.54 0 0.42
HSL 288º 0.37% 0.42% -
HSV(B) 288º 0.54% 0.58% -
XYZ 16.93 11.18 29.28 -
YUV 96.26 157.2 153.5 -
System Red Green Blue C M Y K H S L
Decimal 132 68 148 0.11 0.54 0 0.42 288 0.37 0.42
Hex 84 44 94 B 36 0 2A 120 25 2A
Octal 204 104 224 13 66 0 52 440 45 52
Binary 10000100 1000100 10010100 1011 110110 0 101010 100100000 100101 101010

Color Harmonies of #844494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844494

Black with #844494

Text Example


Text Example

White with #844494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844494; }

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

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

background-color css

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

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

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

border-color css

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

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

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