Html Css Color HEX #842E8E Vivid Violet

📋 copy color: '#842E8E'

red 132 ◦ green 46 ◦ blue 142

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

Shades of Vivid Violet #842E8E

Tints of Vivid Violet #842E8E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.38%

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

R = 41.25%
G = 14.38%
B = 44.38%

CMYK

 C value IS 0.07

 M value IS 0.68

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#842E8E (or 0x842E8E) is known color: Vivid Violet. HEX triplet: 84, 2E and 8E. RGB value is (132,46,142). Sum of RGB (Red+Green+Blue) = 132+46+142=320 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.25% from 320); Green value is 46 (18.36% from 255 or 14.38% from 320); Blue value is 142 (55.86% from 255 or 44.38% from 320); Max value from RGB is 142 - color contains mainly: blue. Hex color #842E8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842E8E is #7BD171. Grayscale: #525252. Windows color (decimal): -8114546 or 9318020. OLE color: 9318020.

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

Color convert

RGB 132 46 142 -
CMYK 0.07 0.68 0 0.44
HSL 293.75º 0.51% 0.37% -
HSV(B) 293.75º 0.68% 0.56% -
XYZ 15.38 8.81 26.48 -
YUV 82.66 161.49 163.19 -
System Red Green Blue C M Y K H S L
Decimal 132 46 142 0.07 0.68 0 0.44 293.75 0.51 0.37
Hex 84 2E 8E 7 44 0 2C 126 33 25
Octal 204 56 216 7 104 0 54 446 63 45
Binary 10000100 101110 10001110 111 1000100 0 101100 100100110 110011 100101

Color Harmonies of #842E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842E8E

Black with #842E8E

Text Example


Text Example

White with #842E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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