Html Css Color HEX #842D9C Vivid Violet

📋 copy color: '#842D9C'

red 132 ◦ green 45 ◦ blue 156

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

Shades of Vivid Violet #842D9C

Tints of Vivid Violet #842D9C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.51%

 BLUE value IS 156 (61.33% from 255) = 46.85%

R = 39.64%
G = 13.51%
B = 46.85%

CMYK

 C value IS 0.15

 M value IS 0.71

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#842D9C (or 0x842D9C) is known color: Vivid Violet. HEX triplet: 84, 2D and 9C. RGB value is (132,45,156). Sum of RGB (Red+Green+Blue) = 132+45+156=333 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.64% from 333); Green value is 45 (17.97% from 255 or 13.51% from 333); Blue value is 156 (61.33% from 255 or 46.85% from 333); Max value from RGB is 156 - color contains mainly: blue. Hex color #842D9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842D9C is #7BD263. Grayscale: #535353. Windows color (decimal): -8114788 or 10235268. OLE color: 10235268.

HSL color Cylindrical-coordinate representation of color #842D9C: hue angle of 287.03º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #842D9C is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 132 45 156 -
CMYK 0.15 0.71 0 0.39
HSL 287.03º 0.55% 0.39% -
HSV(B) 287.03º 0.71% 0.61% -
XYZ 16.45 9.18 32.36 -
YUV 83.67 168.82 162.47 -
System Red Green Blue C M Y K H S L
Decimal 132 45 156 0.15 0.71 0 0.39 287.03 0.55 0.39
Hex 84 2D 9C F 47 0 27 11F 37 27
Octal 204 55 234 17 107 0 47 437 67 47
Binary 10000100 101101 10011100 1111 1000111 0 100111 100011111 110111 100111

Color Harmonies of #842D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842D9C

Black with #842D9C

Text Example


Text Example

White with #842D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,45,156); }

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

background-color css

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

 a { background-color: rgb(132,45,156); }

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

border-color css

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

 span { border-color: rgb(132,45,156); }

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