Html Css Color HEX #83229C Vivid Violet

📋 copy color: '#83229C'

red 131 ◦ green 34 ◦ blue 156

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

Shades of Vivid Violet #83229C

Tints of Vivid Violet #83229C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 48.6%

R = 40.81%
G = 10.59%
B = 48.6%

CMYK

 C value IS 0.16

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#83229C (or 0x83229C) is known color: Vivid Violet. HEX triplet: 83, 22 and 9C. RGB value is (131,34,156). Sum of RGB (Red+Green+Blue) = 131+34+156=321 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.81% from 321); Green value is 34 (13.67% from 255 or 10.59% from 321); Blue value is 156 (61.33% from 255 or 48.60% from 321); Max value from RGB is 156 - color contains mainly: blue. Hex color #83229C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83229C is #7CDD63. Grayscale: #4C4C4C. Windows color (decimal): -8183140 or 10232451. OLE color: 10232451.

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

Color convert

RGB 131 34 156 -
CMYK 0.16 0.78 0 0.39
HSL 287.7º 0.64% 0.37% -
HSV(B) 287.7º 0.78% 0.61% -
XYZ 15.93 8.37 32.23 -
YUV 76.91 172.64 166.58 -
System Red Green Blue C M Y K H S L
Decimal 131 34 156 0.16 0.78 0 0.39 287.7 0.64 0.37
Hex 83 22 9C 10 4E 0 27 120 40 25
Octal 203 42 234 20 116 0 47 440 100 45
Binary 10000011 100010 10011100 10000 1001110 0 100111 100100000 1000000 100101

Color Harmonies of #83229C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83229C

Black with #83229C

Text Example


Text Example

White with #83229C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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