Html Css Color HEX #83219B Vivid Violet

📋 copy color: '#83219B'

red 131 ◦ green 33 ◦ blue 155

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

Shades of Vivid Violet #83219B

Tints of Vivid Violet #83219B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 48.59%

R = 41.07%
G = 10.34%
B = 48.59%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#83219B (or 0x83219B) is known color: Vivid Violet. HEX triplet: 83, 21 and 9B. RGB value is (131,33,155). Sum of RGB (Red+Green+Blue) = 131+33+155=319 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.07% from 319); Green value is 33 (13.28% from 255 or 10.34% from 319); Blue value is 155 (60.94% from 255 or 48.59% from 319); Max value from RGB is 155 - color contains mainly: blue. Hex color #83219B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83219B is #7CDE64. Grayscale: #4B4B4B. Windows color (decimal): -8183397 or 10166659. OLE color: 10166659.

HSL color Cylindrical-coordinate representation of color #83219B: hue angle of 288.2º 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 #83219B is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 131 33 155 -
CMYK 0.15 0.79 0 0.39
HSL 288.2º 0.65% 0.37% -
HSV(B) 288.2º 0.79% 0.61% -
XYZ 15.82 8.28 31.77 -
YUV 76.21 172.47 167.08 -
System Red Green Blue C M Y K H S L
Decimal 131 33 155 0.15 0.79 0 0.39 288.2 0.65 0.37
Hex 83 21 9B F 4F 0 27 120 41 25
Octal 203 41 233 17 117 0 47 440 101 45
Binary 10000011 100001 10011011 1111 1001111 0 100111 100100000 1000001 100101

Color Harmonies of #83219B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83219B

Black with #83219B

Text Example


Text Example

White with #83219B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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