Html Css Color HEX #842C90 Vivid Violet

📋 copy color: '#842C90'

red 132 ◦ green 44 ◦ blue 144

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

Shades of Vivid Violet #842C90

Tints of Vivid Violet #842C90

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.75%

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

R = 41.25%
G = 13.75%
B = 45%

CMYK

 C value IS 0.08

 M value IS 0.69

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#842C90 (or 0x842C90) is known color: Vivid Violet. HEX triplet: 84, 2C and 90. RGB value is (132,44,144). Sum of RGB (Red+Green+Blue) = 132+44+144=320 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.25% from 320); Green value is 44 (17.58% from 255 or 13.75% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 144 - color contains mainly: blue. Hex color #842C90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842C90 is #7BD36F. Grayscale: #515151. Windows color (decimal): -8115056 or 9448580. OLE color: 9448580.

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

Color convert

RGB 132 44 144 -
CMYK 0.08 0.69 0 0.44
HSL 292.8º 0.53% 0.37% -
HSV(B) 292.8º 0.69% 0.56% -
XYZ 15.45 8.72 27.25 -
YUV 81.71 163.15 163.87 -
System Red Green Blue C M Y K H S L
Decimal 132 44 144 0.08 0.69 0 0.44 292.8 0.53 0.37
Hex 84 2C 90 8 45 0 2C 125 35 25
Octal 204 54 220 10 105 0 54 445 65 45
Binary 10000100 101100 10010000 1000 1000101 0 101100 100100101 110101 100101

Color Harmonies of #842C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842C90

Black with #842C90

Text Example


Text Example

White with #842C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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