Html Css Color HEX #83219C Vivid Violet

📋 copy color: '#83219C'

red 131 ◦ green 33 ◦ blue 156

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

Shades of Vivid Violet #83219C

Tints of Vivid Violet #83219C

RGB

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

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

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

R = 40.94%
G = 10.31%
B = 48.75%

CMYK

 C value IS 0.16

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#83219C (or 0x83219C) is known color: Vivid Violet. HEX triplet: 83, 21 and 9C. RGB value is (131,33,156). Sum of RGB (Red+Green+Blue) = 131+33+156=320 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.94% from 320); Green value is 33 (13.28% from 255 or 10.31% from 320); Blue value is 156 (61.33% from 255 or 48.75% from 320); Max value from RGB is 156 - color contains mainly: blue. Hex color #83219C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83219C is #7CDE63. Grayscale: #4B4B4B. Windows color (decimal): -8183396 or 10232195. OLE color: 10232195.

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

Color convert

RGB 131 33 156 -
CMYK 0.16 0.79 0 0.39
HSL 287.8º 0.65% 0.37% -
HSV(B) 287.8º 0.79% 0.61% -
XYZ 15.9 8.31 32.22 -
YUV 76.32 172.97 167 -
System Red Green Blue C M Y K H S L
Decimal 131 33 156 0.16 0.79 0 0.39 287.8 0.65 0.37
Hex 83 21 9C 10 4F 0 27 120 41 25
Octal 203 41 234 20 117 0 47 440 101 45
Binary 10000011 100001 10011100 10000 1001111 0 100111 100100000 1000001 100101

Color Harmonies of #83219C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83219C

Black with #83219C

Text Example


Text Example

White with #83219C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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