Html Css Color HEX #83229F Vivid Violet

📋 copy color: '#83229F'

red 131 ◦ green 34 ◦ blue 159

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

Shades of Vivid Violet #83229F

Tints of Vivid Violet #83229F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.49%

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

R = 40.43%
G = 10.49%
B = 49.07%

CMYK

 C value IS 0.18

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83229F (or 0x83229F) is known color: Vivid Violet. HEX triplet: 83, 22 and 9F. RGB value is (131,34,159). Sum of RGB (Red+Green+Blue) = 131+34+159=324 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.43% from 324); Green value is 34 (13.67% from 255 or 10.49% from 324); Blue value is 159 (62.5% from 255 or 49.07% from 324); Max value from RGB is 159 - color contains mainly: blue. Hex color #83229F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83229F is #7CDD60. Grayscale: #4C4C4C. Windows color (decimal): -8183137 or 10429059. OLE color: 10429059.

HSL color Cylindrical-coordinate representation of color #83229F: hue angle of 286.56º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #83229F is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 34 159 -
CMYK 0.18 0.79 0 0.38
HSL 286.56º 0.65% 0.38% -
HSV(B) 286.56º 0.79% 0.62% -
XYZ 16.19 8.47 33.58 -
YUV 77.25 174.14 166.34 -
System Red Green Blue C M Y K H S L
Decimal 131 34 159 0.18 0.79 0 0.38 286.56 0.65 0.38
Hex 83 22 9F 12 4F 0 26 11F 41 26
Octal 203 42 237 22 117 0 46 437 101 46
Binary 10000011 100010 10011111 10010 1001111 0 100110 100011111 1000001 100110

Color Harmonies of #83229F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83229F

Black with #83229F

Text Example


Text Example

White with #83229F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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