Html Css Color HEX #832E83 Vivid Violet

📋 copy color: '#832E83'

red 131 ◦ green 46 ◦ blue 131

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

Shades of Vivid Violet #832E83

Tints of Vivid Violet #832E83

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.94%

 BLUE value IS 131 (51.56% from 255) = 42.53%

R = 42.53%
G = 14.94%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#832E83 (or 0x832E83) is known color: Vivid Violet. HEX triplet: 83, 2E and 83. RGB value is (131,46,131). Sum of RGB (Red+Green+Blue) = 131+46+131=308 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.53% from 308); Green value is 46 (18.36% from 255 or 14.94% from 308); Blue value is 131 (51.56% from 255 or 42.53% from 308); Max value from RGB is 131 - color contains mainly: red, blue. Hex color #832E83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832E83 is #7CD17C. Grayscale: #505050. Windows color (decimal): -8180093 or 8597123. OLE color: 8597123.

HSL color Cylindrical-coordinate representation of color #832E83: hue angle of 300º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #832E83 is Cyan = 0, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 46 131 -
CMYK 0 0.65 0 0.49
HSL 300º 0.48% 0.35% -
HSV(B) 300º 0.65% 0.51% -
XYZ 14.43 8.42 22.34 -
YUV 81.11 156.16 163.59 -
System Red Green Blue C M Y K H S L
Decimal 131 46 131 0 0.65 0 0.49 300 0.48 0.35
Hex 83 2E 83 0 41 0 31 12C 30 23
Octal 203 56 203 0 101 0 61 454 60 43
Binary 10000011 101110 10000011 0 1000001 0 110001 100101100 110000 100011

Color Harmonies of #832E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832E83

Black with #832E83

Text Example


Text Example

White with #832E83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832E83; }

 p { color: rgb(131,46,131); }

 H1.HeaderClassName
 {
   color: #832E83;
 }
 .AnyTagClassName
 {
   color: #832E83;
 }
</style>

background-color css

<style>
 a { background-color: #832E83; }

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

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

border-color css

<style>
 span { border-color: #832E83; }

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

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