Html Css Color HEX #83349D Vivid Violet

📋 copy color: '#83349D'

red 131 ◦ green 52 ◦ blue 157

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

Shades of Vivid Violet #83349D

Tints of Vivid Violet #83349D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.29%

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

R = 38.53%
G = 15.29%
B = 46.18%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83349D (or 0x83349D) is known color: Vivid Violet. HEX triplet: 83, 34 and 9D. RGB value is (131,52,157). Sum of RGB (Red+Green+Blue) = 131+52+157=340 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.53% from 340); Green value is 52 (20.70% from 255 or 15.29% from 340); Blue value is 157 (61.72% from 255 or 46.18% from 340); Max value from RGB is 157 - color contains mainly: blue. Hex color #83349D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83349D is #7CCB62. Grayscale: #575757. Windows color (decimal): -8178531 or 10302595. OLE color: 10302595.

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

Color convert

RGB 131 52 157 -
CMYK 0.17 0.67 0 0.38
HSL 285.14º 0.5% 0.41% -
HSV(B) 285.14º 0.67% 0.62% -
XYZ 16.67 9.72 32.89 -
YUV 87.59 167.17 158.96 -
System Red Green Blue C M Y K H S L
Decimal 131 52 157 0.17 0.67 0 0.38 285.14 0.5 0.41
Hex 83 34 9D 11 43 0 26 11D 32 29
Octal 203 64 235 21 103 0 46 435 62 51
Binary 10000011 110100 10011101 10001 1000011 0 100110 100011101 110010 101001

Color Harmonies of #83349D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83349D

Black with #83349D

Text Example


Text Example

White with #83349D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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