Html Css Color HEX #844290 Vivid Violet

📋 copy color: '#844290'

red 132 ◦ green 66 ◦ blue 144

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

Shades of Vivid Violet #844290

Tints of Vivid Violet #844290

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.3%

 BLUE value IS 144 (56.64% from 255) = 42.11%

R = 38.6%
G = 19.3%
B = 42.11%

CMYK

 C value IS 0.08

 M value IS 0.54

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#844290 (or 0x844290) is known color: Vivid Violet. HEX triplet: 84, 42 and 90. RGB value is (132,66,144). Sum of RGB (Red+Green+Blue) = 132+66+144=342 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.60% from 342); Green value is 66 (26.17% from 255 or 19.30% from 342); Blue value is 144 (56.64% from 255 or 42.11% from 342); Max value from RGB is 144 - color contains mainly: blue. Hex color #844290 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844290 is #7BBD6F. Grayscale: #5E5E5E. Windows color (decimal): -8109424 or 9454212. OLE color: 9454212.

HSL color Cylindrical-coordinate representation of color #844290: hue angle of 290.77º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #844290 is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 132 66 144 -
CMYK 0.08 0.54 0 0.44
HSL 290.77º 0.37% 0.41% -
HSV(B) 290.77º 0.54% 0.56% -
XYZ 16.5 10.82 27.6 -
YUV 94.63 155.87 154.66 -
System Red Green Blue C M Y K H S L
Decimal 132 66 144 0.08 0.54 0 0.44 290.77 0.37 0.41
Hex 84 42 90 8 36 0 2C 123 25 29
Octal 204 102 220 10 66 0 54 443 45 51
Binary 10000100 1000010 10010000 1000 110110 0 101100 100100011 100101 101001

Color Harmonies of #844290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844290

Black with #844290

Text Example


Text Example

White with #844290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844290; }

 p { color: rgb(132,66,144); }

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

background-color css

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

 a { background-color: rgb(132,66,144); }

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

border-color css

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

 span { border-color: rgb(132,66,144); }

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