Html Css Color HEX #832BAE Vivid Violet

📋 copy color: '#832BAE'

red 131 ◦ green 43 ◦ blue 174

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

Shades of Vivid Violet #832BAE

Tints of Vivid Violet #832BAE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.36%

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

R = 37.64%
G = 12.36%
B = 50%

CMYK

 C value IS 0.25

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#832BAE (or 0x832BAE) is known color: Vivid Violet. HEX triplet: 83, 2B and AE. RGB value is (131,43,174). Sum of RGB (Red+Green+Blue) = 131+43+174=348 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.64% from 348); Green value is 43 (17.19% from 255 or 12.36% from 348); Blue value is 174 (68.36% from 255 or 50% from 348); Max value from RGB is 174 - color contains mainly: blue. Hex color #832BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832BAE is #7CD451. Grayscale: #535353. Windows color (decimal): -8180818 or 11414403. OLE color: 11414403.

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

Color convert

RGB 131 43 174 -
CMYK 0.25 0.75 0 0.32
HSL 280.31º 0.6% 0.43% -
HSV(B) 280.31º 0.75% 0.68% -
XYZ 17.86 9.61 40.96 -
YUV 84.25 178.65 161.35 -
System Red Green Blue C M Y K H S L
Decimal 131 43 174 0.25 0.75 0 0.32 280.31 0.6 0.43
Hex 83 2B AE 19 4B 0 20 118 3C 2B
Octal 203 53 256 31 113 0 40 430 74 53
Binary 10000011 101011 10101110 11001 1001011 0 100000 100011000 111100 101011

Color Harmonies of #832BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832BAE

Black with #832BAE

Text Example


Text Example

White with #832BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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