Html Css Color HEX #83219D Vivid Violet

📋 copy color: '#83219D'

red 131 ◦ green 33 ◦ blue 157

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

Shades of Vivid Violet #83219D

Tints of Vivid Violet #83219D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.28%

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

R = 40.81%
G = 10.28%
B = 48.91%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83219D (or 0x83219D) is known color: Vivid Violet. HEX triplet: 83, 21 and 9D. RGB value is (131,33,157). Sum of RGB (Red+Green+Blue) = 131+33+157=321 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.81% from 321); Green value is 33 (13.28% from 255 or 10.28% from 321); Blue value is 157 (61.72% from 255 or 48.91% from 321); Max value from RGB is 157 - color contains mainly: blue. Hex color #83219D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83219D is #7CDE62. Grayscale: #4C4C4C. Windows color (decimal): -8183395 or 10297731. OLE color: 10297731.

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

Color convert

RGB 131 33 157 -
CMYK 0.17 0.79 0 0.38
HSL 287.42º 0.65% 0.37% -
HSV(B) 287.42º 0.79% 0.62% -
XYZ 15.99 8.35 32.67 -
YUV 76.44 173.47 166.92 -
System Red Green Blue C M Y K H S L
Decimal 131 33 157 0.17 0.79 0 0.38 287.42 0.65 0.37
Hex 83 21 9D 11 4F 0 26 11F 41 25
Octal 203 41 235 21 117 0 46 437 101 45
Binary 10000011 100001 10011101 10001 1001111 0 100110 100011111 1000001 100101

Color Harmonies of #83219D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83219D

Black with #83219D

Text Example


Text Example

White with #83219D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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