Html Css Color HEX #842B8C Vivid Violet

📋 copy color: '#842B8C'

red 132 ◦ green 43 ◦ blue 140

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

Shades of Vivid Violet #842B8C

Tints of Vivid Violet #842B8C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.65%

 BLUE value IS 140 (55.08% from 255) = 44.44%

R = 41.9%
G = 13.65%
B = 44.44%

CMYK

 C value IS 0.06

 M value IS 0.69

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#842B8C (or 0x842B8C) is known color: Vivid Violet. HEX triplet: 84, 2B and 8C. RGB value is (132,43,140). Sum of RGB (Red+Green+Blue) = 132+43+140=315 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.90% from 315); Green value is 43 (17.19% from 255 or 13.65% from 315); Blue value is 140 (55.08% from 255 or 44.44% from 315); Max value from RGB is 140 - color contains mainly: blue. Hex color #842B8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842B8C is #7BD473. Grayscale: #505050. Windows color (decimal): -8115316 or 9186180. OLE color: 9186180.

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

Color convert

RGB 132 43 140 -
CMYK 0.06 0.69 0 0.45
HSL 295.05º 0.53% 0.36% -
HSV(B) 295.05º 0.69% 0.55% -
XYZ 15.11 8.53 25.66 -
YUV 80.67 161.49 164.61 -
System Red Green Blue C M Y K H S L
Decimal 132 43 140 0.06 0.69 0 0.45 295.05 0.53 0.36
Hex 84 2B 8C 6 45 0 2D 127 35 24
Octal 204 53 214 6 105 0 55 447 65 44
Binary 10000100 101011 10001100 110 1000101 0 101101 100100111 110101 100100

Color Harmonies of #842B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842B8C

Black with #842B8C

Text Example


Text Example

White with #842B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,43,140); }

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

background-color css

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

 a { background-color: rgb(132,43,140); }

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

border-color css

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

 span { border-color: rgb(132,43,140); }

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