Html Css Color HEX #842490 Vivid Violet

📋 copy color: '#842490'

red 132 ◦ green 36 ◦ blue 144

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

Shades of Vivid Violet #842490

Tints of Vivid Violet #842490

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.54%

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

R = 42.31%
G = 11.54%
B = 46.15%

CMYK

 C value IS 0.08

 M value IS 0.75

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#842490 (or 0x842490) is known color: Vivid Violet. HEX triplet: 84, 24 and 90. RGB value is (132,36,144). Sum of RGB (Red+Green+Blue) = 132+36+144=312 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.31% from 312); Green value is 36 (14.45% from 255 or 11.54% from 312); Blue value is 144 (56.64% from 255 or 46.15% from 312); Max value from RGB is 144 - color contains mainly: blue. Hex color #842490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842490 is #7BDB6F. Grayscale: #4C4C4C. Windows color (decimal): -8117104 or 9446532. OLE color: 9446532.

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

Color convert

RGB 132 36 144 -
CMYK 0.08 0.75 0 0.44
HSL 293.33º 0.6% 0.35% -
HSV(B) 293.33º 0.75% 0.56% -
XYZ 15.18 8.18 27.16 -
YUV 77.02 165.8 167.22 -
System Red Green Blue C M Y K H S L
Decimal 132 36 144 0.08 0.75 0 0.44 293.33 0.6 0.35
Hex 84 24 90 8 4B 0 2C 125 3C 23
Octal 204 44 220 10 113 0 54 445 74 43
Binary 10000100 100100 10010000 1000 1001011 0 101100 100100101 111100 100011

Color Harmonies of #842490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842490

Black with #842490

Text Example


Text Example

White with #842490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842490; }

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

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

background-color css

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

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

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

border-color css

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

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

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