Html Css Color HEX #83479D Vivid Violet

📋 copy color: '#83479D'

red 131 ◦ green 71 ◦ blue 157

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

Shades of Vivid Violet #83479D

Tints of Vivid Violet #83479D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.73%

R = 36.49%
G = 19.78%
B = 43.73%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83479D (or 0x83479D) is known color: Vivid Violet. HEX triplet: 83, 47 and 9D. RGB value is (131,71,157). Sum of RGB (Red+Green+Blue) = 131+71+157=359 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.49% from 359); Green value is 71 (28.12% from 255 or 19.78% from 359); Blue value is 157 (61.72% from 255 or 43.73% from 359); Max value from RGB is 157 - color contains mainly: blue. Hex color #83479D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83479D is #7CB862. Grayscale: #626262. Windows color (decimal): -8173667 or 10307459. OLE color: 10307459.

HSL color Cylindrical-coordinate representation of color #83479D: hue angle of 281.86º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #83479D is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 71 157 -
CMYK 0.17 0.55 0 0.38
HSL 281.86º 0.38% 0.45% -
HSV(B) 281.86º 0.55% 0.62% -
XYZ 17.7 11.77 33.24 -
YUV 98.74 160.88 151.01 -
System Red Green Blue C M Y K H S L
Decimal 131 71 157 0.17 0.55 0 0.38 281.86 0.38 0.45
Hex 83 47 9D 11 37 0 26 11A 26 2D
Octal 203 107 235 21 67 0 46 432 46 55
Binary 10000011 1000111 10011101 10001 110111 0 100110 100011010 100110 101101

Color Harmonies of #83479D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83479D

Black with #83479D

Text Example


Text Example

White with #83479D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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