Html Css Color HEX #842A9E Vivid Violet

📋 copy color: '#842A9E'

red 132 ◦ green 42 ◦ blue 158

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

Shades of Vivid Violet #842A9E

Tints of Vivid Violet #842A9E

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.65%

 BLUE value IS 158 (62.11% from 255) = 47.59%

R = 39.76%
G = 12.65%
B = 47.59%

CMYK

 C value IS 0.16

 M value IS 0.73

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#842A9E (or 0x842A9E) is known color: Vivid Violet. HEX triplet: 84, 2A and 9E. RGB value is (132,42,158). Sum of RGB (Red+Green+Blue) = 132+42+158=332 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.76% from 332); Green value is 42 (16.80% from 255 or 12.65% from 332); Blue value is 158 (62.11% from 255 or 47.59% from 332); Max value from RGB is 158 - color contains mainly: blue. Hex color #842A9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842A9E is #7BD561. Grayscale: #515151. Windows color (decimal): -8115554 or 10365572. OLE color: 10365572.

HSL color Cylindrical-coordinate representation of color #842A9E: hue angle of 286.55º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #842A9E is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 132 42 158 -
CMYK 0.16 0.73 0 0.38
HSL 286.55º 0.58% 0.39% -
HSV(B) 286.55º 0.73% 0.62% -
XYZ 16.52 9.03 33.22 -
YUV 82.13 170.82 163.57 -
System Red Green Blue C M Y K H S L
Decimal 132 42 158 0.16 0.73 0 0.38 286.55 0.58 0.39
Hex 84 2A 9E 10 49 0 26 11F 3A 27
Octal 204 52 236 20 111 0 46 437 72 47
Binary 10000100 101010 10011110 10000 1001001 0 100110 100011111 111010 100111

Color Harmonies of #842A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842A9E

Black with #842A9E

Text Example


Text Example

White with #842A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,42,158); }

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

background-color css

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

 a { background-color: rgb(132,42,158); }

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

border-color css

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

 span { border-color: rgb(132,42,158); }

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