Html Css Color HEX #83199D Vivid Violet

📋 copy color: '#83199D'

red 131 ◦ green 25 ◦ blue 157

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

Shades of Vivid Violet #83199D

Tints of Vivid Violet #83199D

RGB

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

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

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

R = 41.85%
G = 7.99%
B = 50.16%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83199D (or 0x83199D) is known color: Vivid Violet. HEX triplet: 83, 19 and 9D. RGB value is (131,25,157). Sum of RGB (Red+Green+Blue) = 131+25+157=313 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.85% from 313); Green value is 25 (10.16% from 255 or 7.99% from 313); Blue value is 157 (61.72% from 255 or 50.16% from 313); Max value from RGB is 157 - color contains mainly: blue. Hex color #83199D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83199D is #7CE662. Grayscale: #474747. Windows color (decimal): -8185443 or 10295683. OLE color: 10295683.

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

Color convert

RGB 131 25 157 -
CMYK 0.17 0.84 0 0.38
HSL 288.18º 0.73% 0.36% -
HSV(B) 288.18º 0.84% 0.62% -
XYZ 15.79 7.95 32.6 -
YUV 71.74 176.12 170.27 -
System Red Green Blue C M Y K H S L
Decimal 131 25 157 0.17 0.84 0 0.38 288.18 0.73 0.36
Hex 83 19 9D 11 54 0 26 120 49 24
Octal 203 31 235 21 124 0 46 440 111 44
Binary 10000011 11001 10011101 10001 1010100 0 100110 100100000 1001001 100100

Color Harmonies of #83199D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83199D

Black with #83199D

Text Example


Text Example

White with #83199D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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