Html Css Color HEX #832AAB Vivid Violet

📋 copy color: '#832AAB'

red 131 ◦ green 42 ◦ blue 171

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

Shades of Vivid Violet #832AAB

Tints of Vivid Violet #832AAB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.21%

 BLUE value IS 171 (67.19% from 255) = 49.71%

R = 38.08%
G = 12.21%
B = 49.71%

CMYK

 C value IS 0.23

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#832AAB (or 0x832AAB) is known color: Vivid Violet. HEX triplet: 83, 2A and AB. RGB value is (131,42,171). Sum of RGB (Red+Green+Blue) = 131+42+171=344 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.08% from 344); Green value is 42 (16.80% from 255 or 12.21% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 171 - color contains mainly: blue. Hex color #832AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832AAB is #7CD554. Grayscale: #525252. Windows color (decimal): -8181077 or 11217539. OLE color: 11217539.

HSL color Cylindrical-coordinate representation of color #832AAB: hue angle of 281.4º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #832AAB is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 42 171 -
CMYK 0.23 0.75 0 0.33
HSL 281.4º 0.61% 0.42% -
HSV(B) 281.4º 0.75% 0.67% -
XYZ 17.54 9.42 39.42 -
YUV 83.32 177.49 162.01 -
System Red Green Blue C M Y K H S L
Decimal 131 42 171 0.23 0.75 0 0.33 281.4 0.61 0.42
Hex 83 2A AB 17 4B 0 21 119 3D 2A
Octal 203 52 253 27 113 0 41 431 75 52
Binary 10000011 101010 10101011 10111 1001011 0 100001 100011001 111101 101010

Color Harmonies of #832AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832AAB

Black with #832AAB

Text Example


Text Example

White with #832AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,42,171); }

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

background-color css

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

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

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

border-color css

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

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

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