Html Css Color HEX #832FAE Vivid Violet

📋 copy color: '#832FAE'

red 131 ◦ green 47 ◦ blue 174

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

Shades of Vivid Violet #832FAE

Tints of Vivid Violet #832FAE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.35%

 BLUE value IS 174 (68.36% from 255) = 49.43%

R = 37.22%
G = 13.35%
B = 49.43%

CMYK

 C value IS 0.25

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#832FAE (or 0x832FAE) is known color: Vivid Violet. HEX triplet: 83, 2F and AE. RGB value is (131,47,174). Sum of RGB (Red+Green+Blue) = 131+47+174=352 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.22% from 352); Green value is 47 (18.75% from 255 or 13.35% from 352); Blue value is 174 (68.36% from 255 or 49.43% from 352); Max value from RGB is 174 - color contains mainly: blue. Hex color #832FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832FAE is #7CD051. Grayscale: #565656. Windows color (decimal): -8179794 or 11415427. OLE color: 11415427.

HSL color Cylindrical-coordinate representation of color #832FAE: hue angle of 279.69º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #832FAE is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 131 47 174 -
CMYK 0.25 0.73 0 0.32
HSL 279.69º 0.57% 0.43% -
HSV(B) 279.69º 0.73% 0.68% -
XYZ 18.02 9.91 41.01 -
YUV 86.59 177.33 159.67 -
System Red Green Blue C M Y K H S L
Decimal 131 47 174 0.25 0.73 0 0.32 279.69 0.57 0.43
Hex 83 2F AE 19 49 0 20 118 39 2B
Octal 203 57 256 31 111 0 40 430 71 53
Binary 10000011 101111 10101110 11001 1001001 0 100000 100011000 111001 101011

Color Harmonies of #832FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832FAE

Black with #832FAE

Text Example


Text Example

White with #832FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,47,174); }

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

background-color css

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

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

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

border-color css

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

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

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