Html Css Color HEX #83209D Vivid Violet

📋 copy color: '#83209D'

red 131 ◦ green 32 ◦ blue 157

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

Shades of Vivid Violet #83209D

Tints of Vivid Violet #83209D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10%

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

R = 40.94%
G = 10%
B = 49.06%

CMYK

 C value IS 0.17

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83209D (or 0x83209D) is known color: Vivid Violet. HEX triplet: 83, 20 and 9D. RGB value is (131,32,157). Sum of RGB (Red+Green+Blue) = 131+32+157=320 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.94% from 320); Green value is 32 (12.89% from 255 or 10% from 320); Blue value is 157 (61.72% from 255 or 49.06% from 320); Max value from RGB is 157 - color contains mainly: blue. Hex color #83209D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83209D is #7CDF62. Grayscale: #4B4B4B. Windows color (decimal): -8183651 or 10297475. OLE color: 10297475.

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

Color convert

RGB 131 32 157 -
CMYK 0.17 0.80 0 0.38
HSL 287.52º 0.66% 0.37% -
HSV(B) 287.52º 0.8% 0.62% -
XYZ 15.96 8.29 32.66 -
YUV 75.85 173.8 167.34 -
System Red Green Blue C M Y K H S L
Decimal 131 32 157 0.17 0.80 0 0.38 287.52 0.66 0.37
Hex 83 20 9D 11 50 0 26 120 42 25
Octal 203 40 235 21 120 0 46 440 102 45
Binary 10000011 100000 10011101 10001 1010000 0 100110 100100000 1000010 100101

Color Harmonies of #83209D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83209D

Black with #83209D

Text Example


Text Example

White with #83209D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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