Html Css Color HEX #832BAB Vivid Violet

📋 copy color: '#832BAB'

red 131 ◦ green 43 ◦ blue 171

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

Shades of Vivid Violet #832BAB

Tints of Vivid Violet #832BAB

RGB

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

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

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

R = 37.97%
G = 12.46%
B = 49.57%

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

#832BAB (or 0x832BAB) is known color: Vivid Violet. HEX triplet: 83, 2B and AB. RGB value is (131,43,171). Sum of RGB (Red+Green+Blue) = 131+43+171=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 43 (17.19% from 255 or 12.46% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #832BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832BAB is #7CD454. Grayscale: #535353. Windows color (decimal): -8180821 or 11217795. OLE color: 11217795.

HSL color Cylindrical-coordinate representation of color #832BAB: hue angle of 281.25º degrees, saturation: 0.6, 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 #832BAB is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 43 171 -
CMYK 0.23 0.75 0 0.33
HSL 281.25º 0.6% 0.42% -
HSV(B) 281.25º 0.75% 0.67% -
XYZ 17.57 9.49 39.43 -
YUV 83.9 177.15 161.59 -
System Red Green Blue C M Y K H S L
Decimal 131 43 171 0.23 0.75 0 0.33 281.25 0.6 0.42
Hex 83 2B AB 17 4B 0 21 119 3C 2A
Octal 203 53 253 27 113 0 41 431 74 52
Binary 10000011 101011 10101011 10111 1001011 0 100001 100011001 111100 101010

Color Harmonies of #832BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832BAB

Black with #832BAB

Text Example


Text Example

White with #832BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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