Html Css Color HEX #83429C Vivid Violet

📋 copy color: '#83429C'

red 131 ◦ green 66 ◦ blue 156

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

Shades of Vivid Violet #83429C

Tints of Vivid Violet #83429C

RGB

 RED value IS 131 (51.56% from 255) = 37.11%

 GREEN value IS 66 (26.17% from 255) = 18.7%

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

R = 37.11%
G = 18.7%
B = 44.19%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#83429C (or 0x83429C) is known color: Vivid Violet. HEX triplet: 83, 42 and 9C. RGB value is (131,66,156). Sum of RGB (Red+Green+Blue) = 131+66+156=353 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.11% from 353); Green value is 66 (26.17% from 255 or 18.70% from 353); Blue value is 156 (61.33% from 255 or 44.19% from 353); Max value from RGB is 156 - color contains mainly: blue. Hex color #83429C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83429C is #7CBD63. Grayscale: #5F5F5F. Windows color (decimal): -8174948 or 10240643. OLE color: 10240643.

HSL color Cylindrical-coordinate representation of color #83429C: hue angle of 283.33º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #83429C is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 131 66 156 -
CMYK 0.16 0.58 0 0.39
HSL 283.33º 0.41% 0.44% -
HSV(B) 283.33º 0.58% 0.61% -
XYZ 17.31 11.12 32.69 -
YUV 95.7 162.03 153.18 -
System Red Green Blue C M Y K H S L
Decimal 131 66 156 0.16 0.58 0 0.39 283.33 0.41 0.44
Hex 83 42 9C 10 3A 0 27 11B 29 2C
Octal 203 102 234 20 72 0 47 433 51 54
Binary 10000011 1000010 10011100 10000 111010 0 100111 100011011 101001 101100

Color Harmonies of #83429C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83429C

Black with #83429C

Text Example


Text Example

White with #83429C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83429C; }

 p { color: rgb(131,66,156); }

 H1.HeaderClassName
 {
   color: #83429C;
 }
 .AnyTagClassName
 {
   color: #83429C;
 }
</style>

background-color css

<style>
 a { background-color: #83429C; }

 a { background-color: rgb(131,66,156); }

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

border-color css

<style>
 span { border-color: #83429C; }

 span { border-color: rgb(131,66,156); }

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