Html Css Color HEX #83229D Vivid Violet

📋 copy color: '#83229D'

red 131 ◦ green 34 ◦ blue 157

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

Shades of Vivid Violet #83229D

Tints of Vivid Violet #83229D

RGB

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

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

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

R = 40.68%
G = 10.56%
B = 48.76%

CMYK

 C value IS 0.17

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83229D (or 0x83229D) is known color: Vivid Violet. HEX triplet: 83, 22 and 9D. RGB value is (131,34,157). Sum of RGB (Red+Green+Blue) = 131+34+157=322 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.68% from 322); Green value is 34 (13.67% from 255 or 10.56% from 322); Blue value is 157 (61.72% from 255 or 48.76% from 322); Max value from RGB is 157 - color contains mainly: blue. Hex color #83229D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83229D is #7CDD62. Grayscale: #4C4C4C. Windows color (decimal): -8183139 or 10297987. OLE color: 10297987.

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

Color convert

RGB 131 34 157 -
CMYK 0.17 0.78 0 0.38
HSL 287.32º 0.64% 0.37% -
HSV(B) 287.32º 0.78% 0.62% -
XYZ 16.02 8.4 32.68 -
YUV 77.03 173.14 166.5 -
System Red Green Blue C M Y K H S L
Decimal 131 34 157 0.17 0.78 0 0.38 287.32 0.64 0.37
Hex 83 22 9D 11 4E 0 26 11F 40 25
Octal 203 42 235 21 116 0 46 437 100 45
Binary 10000011 100010 10011101 10001 1001110 0 100110 100011111 1000000 100101

Color Harmonies of #83229D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83229D

Black with #83229D

Text Example


Text Example

White with #83229D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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