Html Css Color HEX #83199A Vivid Violet

📋 copy color: '#83199A'

red 131 ◦ green 25 ◦ blue 154

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

Shades of Vivid Violet #83199A

Tints of Vivid Violet #83199A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 49.68%

R = 42.26%
G = 8.06%
B = 49.68%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#83199A (or 0x83199A) is known color: Vivid Violet. HEX triplet: 83, 19 and 9A. RGB value is (131,25,154). Sum of RGB (Red+Green+Blue) = 131+25+154=310 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.26% from 310); Green value is 25 (10.16% from 255 or 8.06% from 310); Blue value is 154 (60.55% from 255 or 49.68% from 310); Max value from RGB is 154 - color contains mainly: blue. Hex color #83199A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83199A is #7CE665. Grayscale: #464646. Windows color (decimal): -8185446 or 10099075. OLE color: 10099075.

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

Color convert

RGB 131 25 154 -
CMYK 0.15 0.84 0 0.40
HSL 289.3º 0.72% 0.35% -
HSV(B) 289.3º 0.84% 0.6% -
XYZ 15.54 7.85 31.27 -
YUV 71.4 174.62 170.51 -
System Red Green Blue C M Y K H S L
Decimal 131 25 154 0.15 0.84 0 0.40 289.3 0.72 0.35
Hex 83 19 9A F 54 0 28 121 48 23
Octal 203 31 232 17 124 0 50 441 110 43
Binary 10000011 11001 10011010 1111 1010100 0 101000 100100001 1001000 100011

Color Harmonies of #83199A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83199A

Black with #83199A

Text Example


Text Example

White with #83199A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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