Html Css Color HEX #842690 Vivid Violet

📋 copy color: '#842690'

red 132 ◦ green 38 ◦ blue 144

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

Shades of Vivid Violet #842690

Tints of Vivid Violet #842690

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.1%

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

R = 42.04%
G = 12.1%
B = 45.86%

CMYK

 C value IS 0.08

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#842690 (or 0x842690) is known color: Vivid Violet. HEX triplet: 84, 26 and 90. RGB value is (132,38,144). Sum of RGB (Red+Green+Blue) = 132+38+144=314 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.04% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 144 (56.64% from 255 or 45.86% from 314); Max value from RGB is 144 - color contains mainly: blue. Hex color #842690 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842690 is #7BD96F. Grayscale: #4D4D4D. Windows color (decimal): -8116592 or 9447044. OLE color: 9447044.

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

Color convert

RGB 132 38 144 -
CMYK 0.08 0.74 0 0.44
HSL 293.21º 0.58% 0.36% -
HSV(B) 293.21º 0.74% 0.56% -
XYZ 15.24 8.31 27.19 -
YUV 78.19 165.14 166.38 -
System Red Green Blue C M Y K H S L
Decimal 132 38 144 0.08 0.74 0 0.44 293.21 0.58 0.36
Hex 84 26 90 8 4A 0 2C 125 3A 24
Octal 204 46 220 10 112 0 54 445 72 44
Binary 10000100 100110 10010000 1000 1001010 0 101100 100100101 111010 100100

Color Harmonies of #842690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842690

Black with #842690

Text Example


Text Example

White with #842690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842690; }

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

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

background-color css

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

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

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

border-color css

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

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

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