Html Css Color HEX #83199F Vivid Violet

📋 copy color: '#83199F'

red 131 ◦ green 25 ◦ blue 159

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

Shades of Vivid Violet #83199F

Tints of Vivid Violet #83199F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 50.48%

R = 41.59%
G = 7.94%
B = 50.48%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83199F (or 0x83199F) is known color: Vivid Violet. HEX triplet: 83, 19 and 9F. RGB value is (131,25,159). Sum of RGB (Red+Green+Blue) = 131+25+159=315 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.59% from 315); Green value is 25 (10.16% from 255 or 7.94% from 315); Blue value is 159 (62.5% from 255 or 50.48% from 315); Max value from RGB is 159 - color contains mainly: blue. Hex color #83199F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83199F is #7CE660. Grayscale: #474747. Windows color (decimal): -8185441 or 10426755. OLE color: 10426755.

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

Color convert

RGB 131 25 159 -
CMYK 0.18 0.84 0 0.38
HSL 287.46º 0.73% 0.36% -
HSV(B) 287.46º 0.84% 0.62% -
XYZ 15.97 8.02 33.51 -
YUV 71.97 177.12 170.1 -
System Red Green Blue C M Y K H S L
Decimal 131 25 159 0.18 0.84 0 0.38 287.46 0.73 0.36
Hex 83 19 9F 12 54 0 26 11F 49 24
Octal 203 31 237 22 124 0 46 437 111 44
Binary 10000011 11001 10011111 10010 1010100 0 100110 100011111 1001001 100100

Color Harmonies of #83199F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83199F

Black with #83199F

Text Example


Text Example

White with #83199F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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