Html Css Color HEX #831BAB Vivid Violet

📋 copy color: '#831BAB'

red 131 ◦ green 27 ◦ blue 171

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

Shades of Vivid Violet #831BAB

Tints of Vivid Violet #831BAB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.21%

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

R = 39.82%
G = 8.21%
B = 51.98%

CMYK

 C value IS 0.23

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#831BAB (or 0x831BAB) is known color: Vivid Violet. HEX triplet: 83, 1B and AB. RGB value is (131,27,171). Sum of RGB (Red+Green+Blue) = 131+27+171=329 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.82% from 329); Green value is 27 (10.94% from 255 or 8.21% from 329); Blue value is 171 (67.19% from 255 or 51.98% from 329); Max value from RGB is 171 - color contains mainly: blue. Hex color #831BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #831BAB is #7CE454. Grayscale: #4A4A4A. Windows color (decimal): -8184917 or 11213699. OLE color: 11213699.

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

Color convert

RGB 131 27 171 -
CMYK 0.23 0.84 0 0.33
HSL 283.33º 0.73% 0.39% -
HSV(B) 283.33º 0.84% 0.67% -
XYZ 17.1 8.55 39.28 -
YUV 74.51 182.46 168.29 -
System Red Green Blue C M Y K H S L
Decimal 131 27 171 0.23 0.84 0 0.33 283.33 0.73 0.39
Hex 83 1B AB 17 54 0 21 11B 49 27
Octal 203 33 253 27 124 0 41 433 111 47
Binary 10000011 11011 10101011 10111 1010100 0 100001 100011011 1001001 100111

Color Harmonies of #831BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831BAB

Black with #831BAB

Text Example


Text Example

White with #831BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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