Html Css Color HEX #83199B Vivid Violet

📋 copy color: '#83199B'

red 131 ◦ green 25 ◦ blue 155

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

Shades of Vivid Violet #83199B

Tints of Vivid Violet #83199B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.04%

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

R = 42.12%
G = 8.04%
B = 49.84%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#83199B (or 0x83199B) is known color: Vivid Violet. HEX triplet: 83, 19 and 9B. RGB value is (131,25,155). Sum of RGB (Red+Green+Blue) = 131+25+155=311 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.12% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 155 (60.94% from 255 or 49.84% from 311); Max value from RGB is 155 - color contains mainly: blue. Hex color #83199B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83199B is #7CE664. Grayscale: #474747. Windows color (decimal): -8185445 or 10164611. OLE color: 10164611.

HSL color Cylindrical-coordinate representation of color #83199B: hue angle of 288.92º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #83199B is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 131 25 155 -
CMYK 0.15 0.84 0 0.39
HSL 288.92º 0.72% 0.35% -
HSV(B) 288.92º 0.84% 0.61% -
XYZ 15.62 7.89 31.71 -
YUV 71.51 175.12 170.43 -
System Red Green Blue C M Y K H S L
Decimal 131 25 155 0.15 0.84 0 0.39 288.92 0.72 0.35
Hex 83 19 9B F 54 0 27 121 48 23
Octal 203 31 233 17 124 0 47 441 110 43
Binary 10000011 11001 10011011 1111 1010100 0 100111 100100001 1001000 100011

Color Harmonies of #83199B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83199B

Black with #83199B

Text Example


Text Example

White with #83199B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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