Html Css Color HEX #83359C Vivid Violet

📋 copy color: '#83359C'

red 131 ◦ green 53 ◦ blue 156

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

Shades of Vivid Violet #83359C

Tints of Vivid Violet #83359C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.59%

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

R = 38.53%
G = 15.59%
B = 45.88%

CMYK

 C value IS 0.16

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#83359C (or 0x83359C) is known color: Vivid Violet. HEX triplet: 83, 35 and 9C. RGB value is (131,53,156). Sum of RGB (Red+Green+Blue) = 131+53+156=340 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.53% from 340); Green value is 53 (21.09% from 255 or 15.59% from 340); Blue value is 156 (61.33% from 255 or 45.88% from 340); Max value from RGB is 156 - color contains mainly: blue. Hex color #83359C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83359C is #7CCA63. Grayscale: #575757. Windows color (decimal): -8178276 or 10237315. OLE color: 10237315.

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

Color convert

RGB 131 53 156 -
CMYK 0.16 0.66 0 0.39
HSL 285.44º 0.49% 0.41% -
HSV(B) 285.44º 0.66% 0.61% -
XYZ 16.63 9.77 32.46 -
YUV 88.06 166.34 158.62 -
System Red Green Blue C M Y K H S L
Decimal 131 53 156 0.16 0.66 0 0.39 285.44 0.49 0.41
Hex 83 35 9C 10 42 0 27 11D 31 29
Octal 203 65 234 20 102 0 47 435 61 51
Binary 10000011 110101 10011100 10000 1000010 0 100111 100011101 110001 101001

Color Harmonies of #83359C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83359C

Black with #83359C

Text Example


Text Example

White with #83359C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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