Html Css Color HEX #842390 Vivid Violet

📋 copy color: '#842390'

red 132 ◦ green 35 ◦ blue 144

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

Shades of Vivid Violet #842390

Tints of Vivid Violet #842390

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.25%

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

R = 42.44%
G = 11.25%
B = 46.3%

CMYK

 C value IS 0.08

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#842390 (or 0x842390) is known color: Vivid Violet. HEX triplet: 84, 23 and 90. RGB value is (132,35,144). Sum of RGB (Red+Green+Blue) = 132+35+144=311 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.44% from 311); Green value is 35 (14.06% from 255 or 11.25% from 311); Blue value is 144 (56.64% from 255 or 46.30% from 311); Max value from RGB is 144 - color contains mainly: blue. Hex color #842390 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842390 is #7BDC6F. Grayscale: #4C4C4C. Windows color (decimal): -8117360 or 9446276. OLE color: 9446276.

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

Color convert

RGB 132 35 144 -
CMYK 0.08 0.76 0 0.44
HSL 293.39º 0.61% 0.35% -
HSV(B) 293.39º 0.76% 0.56% -
XYZ 15.15 8.12 27.15 -
YUV 76.43 166.14 167.64 -
System Red Green Blue C M Y K H S L
Decimal 132 35 144 0.08 0.76 0 0.44 293.39 0.61 0.35
Hex 84 23 90 8 4C 0 2C 125 3D 23
Octal 204 43 220 10 114 0 54 445 75 43
Binary 10000100 100011 10010000 1000 1001100 0 101100 100100101 111101 100011

Color Harmonies of #842390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842390

Black with #842390

Text Example


Text Example

White with #842390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842390; }

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

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

background-color css

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

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

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

border-color css

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

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

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