Html Css Color HEX #83199E Vivid Violet

📋 copy color: '#83199E'

red 131 ◦ green 25 ◦ blue 158

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

Shades of Vivid Violet #83199E

Tints of Vivid Violet #83199E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 50.32%

R = 41.72%
G = 7.96%
B = 50.32%

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

#83199E (or 0x83199E) is known color: Vivid Violet. HEX triplet: 83, 19 and 9E. RGB value is (131,25,158). Sum of RGB (Red+Green+Blue) = 131+25+158=314 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.72% from 314); Green value is 25 (10.16% from 255 or 7.96% from 314); Blue value is 158 (62.11% from 255 or 50.32% from 314); Max value from RGB is 158 - color contains mainly: blue. Hex color #83199E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83199E is #7CE661. Grayscale: #474747. Windows color (decimal): -8185442 or 10361219. OLE color: 10361219.

HSL color Cylindrical-coordinate representation of color #83199E: hue angle of 287.82º 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 #83199E is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 25 158 -
CMYK 0.17 0.84 0 0.38
HSL 287.82º 0.73% 0.36% -
HSV(B) 287.82º 0.84% 0.62% -
XYZ 15.88 7.99 33.05 -
YUV 71.86 176.62 170.19 -
System Red Green Blue C M Y K H S L
Decimal 131 25 158 0.17 0.84 0 0.38 287.82 0.73 0.36
Hex 83 19 9E 11 54 0 26 120 49 24
Octal 203 31 236 21 124 0 46 440 111 44
Binary 10000011 11001 10011110 10001 1010100 0 100110 100100000 1001001 100100

Color Harmonies of #83199E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83199E

Black with #83199E

Text Example


Text Example

White with #83199E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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