Html Css Color HEX #832FAB Vivid Violet

📋 copy color: '#832FAB'

red 131 ◦ green 47 ◦ blue 171

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

Shades of Vivid Violet #832FAB

Tints of Vivid Violet #832FAB

RGB

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

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

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

R = 37.54%
G = 13.47%
B = 49%

CMYK

 C value IS 0.23

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#832FAB (or 0x832FAB) is known color: Vivid Violet. HEX triplet: 83, 2F and AB. RGB value is (131,47,171). Sum of RGB (Red+Green+Blue) = 131+47+171=349 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.54% from 349); Green value is 47 (18.75% from 255 or 13.47% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #832FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832FAB is #7CD054. Grayscale: #555555. Windows color (decimal): -8179797 or 11218819. OLE color: 11218819.

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

Color convert

RGB 131 47 171 -
CMYK 0.23 0.73 0 0.33
HSL 280.65º 0.57% 0.43% -
HSV(B) 280.65º 0.73% 0.67% -
XYZ 17.73 9.8 39.49 -
YUV 86.25 175.83 159.92 -
System Red Green Blue C M Y K H S L
Decimal 131 47 171 0.23 0.73 0 0.33 280.65 0.57 0.43
Hex 83 2F AB 17 49 0 21 119 39 2B
Octal 203 57 253 27 111 0 41 431 71 53
Binary 10000011 101111 10101011 10111 1001001 0 100001 100011001 111001 101011

Color Harmonies of #832FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832FAB

Black with #832FAB

Text Example


Text Example

White with #832FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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