Html Css Color HEX #832E99 Vivid Violet

📋 copy color: '#832E99'

red 131 ◦ green 46 ◦ blue 153

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

Shades of Vivid Violet #832E99

Tints of Vivid Violet #832E99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 46.36%

R = 39.7%
G = 13.94%
B = 46.36%

CMYK

 C value IS 0.14

 M value IS 0.70

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#832E99 (or 0x832E99) is known color: Vivid Violet. HEX triplet: 83, 2E and 99. RGB value is (131,46,153). Sum of RGB (Red+Green+Blue) = 131+46+153=330 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.70% from 330); Green value is 46 (18.36% from 255 or 13.94% from 330); Blue value is 153 (60.16% from 255 or 46.36% from 330); Max value from RGB is 153 - color contains mainly: blue. Hex color #832E99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832E99 is #7CD166. Grayscale: #535353. Windows color (decimal): -8180071 or 10038915. OLE color: 10038915.

HSL color Cylindrical-coordinate representation of color #832E99: hue angle of 287.66º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #832E99 is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 131 46 153 -
CMYK 0.14 0.70 0 0.4
HSL 287.66º 0.54% 0.39% -
HSV(B) 287.66º 0.7% 0.6% -
XYZ 16.09 9.08 31.04 -
YUV 83.61 167.16 161.8 -
System Red Green Blue C M Y K H S L
Decimal 131 46 153 0.14 0.70 0 0.4 287.66 0.54 0.39
Hex 83 2E 99 E 46 0 28 120 36 27
Octal 203 56 231 16 106 0 50 440 66 47
Binary 10000011 101110 10011001 1110 1000110 0 101000 100100000 110110 100111

Color Harmonies of #832E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832E99

Black with #832E99

Text Example


Text Example

White with #832E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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