Html Css Color HEX #842C8E Vivid Violet

📋 copy color: '#842C8E'

red 132 ◦ green 44 ◦ blue 142

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

Shades of Vivid Violet #842C8E

Tints of Vivid Violet #842C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 44.65%

R = 41.51%
G = 13.84%
B = 44.65%

CMYK

 C value IS 0.07

 M value IS 0.69

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#842C8E (or 0x842C8E) is known color: Vivid Violet. HEX triplet: 84, 2C and 8E. RGB value is (132,44,142). Sum of RGB (Red+Green+Blue) = 132+44+142=318 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.51% from 318); Green value is 44 (17.58% from 255 or 13.84% from 318); Blue value is 142 (55.86% from 255 or 44.65% from 318); Max value from RGB is 142 - color contains mainly: blue. Hex color #842C8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842C8E is #7BD371. Grayscale: #515151. Windows color (decimal): -8115058 or 9317508. OLE color: 9317508.

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

Color convert

RGB 132 44 142 -
CMYK 0.07 0.69 0 0.44
HSL 293.88º 0.53% 0.36% -
HSV(B) 293.88º 0.69% 0.56% -
XYZ 15.3 8.66 26.46 -
YUV 81.48 162.15 164.03 -
System Red Green Blue C M Y K H S L
Decimal 132 44 142 0.07 0.69 0 0.44 293.88 0.53 0.36
Hex 84 2C 8E 7 45 0 2C 126 35 24
Octal 204 54 216 7 105 0 54 446 65 44
Binary 10000100 101100 10001110 111 1000101 0 101100 100100110 110101 100100

Color Harmonies of #842C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842C8E

Black with #842C8E

Text Example


Text Example

White with #842C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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