Html Css Color HEX #83479A Vivid Violet

📋 copy color: '#83479A'

red 131 ◦ green 71 ◦ blue 154

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

Shades of Vivid Violet #83479A

Tints of Vivid Violet #83479A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.94%

 BLUE value IS 154 (60.55% from 255) = 43.26%

R = 36.8%
G = 19.94%
B = 43.26%

CMYK

 C value IS 0.15

 M value IS 0.54

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#83479A (or 0x83479A) is known color: Vivid Violet. HEX triplet: 83, 47 and 9A. RGB value is (131,71,154). Sum of RGB (Red+Green+Blue) = 131+71+154=356 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.80% from 356); Green value is 71 (28.12% from 255 or 19.94% from 356); Blue value is 154 (60.55% from 255 or 43.26% from 356); Max value from RGB is 154 - color contains mainly: blue. Hex color #83479A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83479A is #7CB865. Grayscale: #626262. Windows color (decimal): -8173670 or 10110851. OLE color: 10110851.

HSL color Cylindrical-coordinate representation of color #83479A: hue angle of 283.37º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #83479A is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 131 71 154 -
CMYK 0.15 0.54 0 0.40
HSL 283.37º 0.37% 0.44% -
HSV(B) 283.37º 0.54% 0.6% -
XYZ 17.45 11.66 31.9 -
YUV 98.4 159.38 151.25 -
System Red Green Blue C M Y K H S L
Decimal 131 71 154 0.15 0.54 0 0.40 283.37 0.37 0.44
Hex 83 47 9A F 36 0 28 11B 25 2C
Octal 203 107 232 17 66 0 50 433 45 54
Binary 10000011 1000111 10011010 1111 110110 0 101000 100011011 100101 101100

Color Harmonies of #83479A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83479A

Black with #83479A

Text Example


Text Example

White with #83479A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83479A; }

 p { color: rgb(131,71,154); }

 H1.HeaderClassName
 {
   color: #83479A;
 }
 .AnyTagClassName
 {
   color: #83479A;
 }
</style>

background-color css

<style>
 a { background-color: #83479A; }

 a { background-color: rgb(131,71,154); }

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

border-color css

<style>
 span { border-color: #83479A; }

 span { border-color: rgb(131,71,154); }

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