Html Css Color HEX #83379E Vivid Violet

📋 copy color: '#83379E'

red 131 ◦ green 55 ◦ blue 158

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

Shades of Vivid Violet #83379E

Tints of Vivid Violet #83379E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.99%

 BLUE value IS 158 (62.11% from 255) = 45.93%

R = 38.08%
G = 15.99%
B = 45.93%

CMYK

 C value IS 0.17

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83379E (or 0x83379E) is known color: Vivid Violet. HEX triplet: 83, 37 and 9E. RGB value is (131,55,158). Sum of RGB (Red+Green+Blue) = 131+55+158=344 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.08% from 344); Green value is 55 (21.88% from 255 or 15.99% from 344); Blue value is 158 (62.11% from 255 or 45.93% from 344); Max value from RGB is 158 - color contains mainly: blue. Hex color #83379E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83379E is #7CC861. Grayscale: #595959. Windows color (decimal): -8177762 or 10368899. OLE color: 10368899.

HSL color Cylindrical-coordinate representation of color #83379E: hue angle of 284.27º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #83379E is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 55 158 -
CMYK 0.17 0.65 0 0.38
HSL 284.27º 0.48% 0.42% -
HSV(B) 284.27º 0.65% 0.62% -
XYZ 16.9 10.03 33.39 -
YUV 89.47 166.68 157.62 -
System Red Green Blue C M Y K H S L
Decimal 131 55 158 0.17 0.65 0 0.38 284.27 0.48 0.42
Hex 83 37 9E 11 41 0 26 11C 30 2A
Octal 203 67 236 21 101 0 46 434 60 52
Binary 10000011 110111 10011110 10001 1000001 0 100110 100011100 110000 101010

Color Harmonies of #83379E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83379E

Black with #83379E

Text Example


Text Example

White with #83379E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83379E; }

 p { color: rgb(131,55,158); }

 H1.HeaderClassName
 {
   color: #83379E;
 }
 .AnyTagClassName
 {
   color: #83379E;
 }
</style>

background-color css

<style>
 a { background-color: #83379E; }

 a { background-color: rgb(131,55,158); }

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

border-color css

<style>
 span { border-color: #83379E; }

 span { border-color: rgb(131,55,158); }

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