Html Css Color HEX #83209E Vivid Violet

📋 copy color: '#83209E'

red 131 ◦ green 32 ◦ blue 158

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

Shades of Vivid Violet #83209E

Tints of Vivid Violet #83209E

RGB

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

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

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

R = 40.81%
G = 9.97%
B = 49.22%

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

#83209E (or 0x83209E) is known color: Vivid Violet. HEX triplet: 83, 20 and 9E. RGB value is (131,32,158). Sum of RGB (Red+Green+Blue) = 131+32+158=321 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.81% from 321); Green value is 32 (12.89% from 255 or 9.97% from 321); Blue value is 158 (62.11% from 255 or 49.22% from 321); Max value from RGB is 158 - color contains mainly: blue. Hex color #83209E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83209E is #7CDF61. Grayscale: #4B4B4B. Windows color (decimal): -8183650 or 10363011. OLE color: 10363011.

HSL color Cylindrical-coordinate representation of color #83209E: hue angle of 287.14º 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 #83209E is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 32 158 -
CMYK 0.17 0.80 0 0.38
HSL 287.14º 0.66% 0.37% -
HSV(B) 287.14º 0.8% 0.62% -
XYZ 16.05 8.33 33.11 -
YUV 75.97 174.3 167.25 -
System Red Green Blue C M Y K H S L
Decimal 131 32 158 0.17 0.80 0 0.38 287.14 0.66 0.37
Hex 83 20 9E 11 50 0 26 11F 42 25
Octal 203 40 236 21 120 0 46 437 102 45
Binary 10000011 100000 10011110 10001 1010000 0 100110 100011111 1000010 100101

Color Harmonies of #83209E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83209E

Black with #83209E

Text Example


Text Example

White with #83209E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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