Html Css Color HEX #831DAB Vivid Violet

📋 copy color: '#831DAB'

red 131 ◦ green 29 ◦ blue 171

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

Shades of Vivid Violet #831DAB

Tints of Vivid Violet #831DAB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.76%

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

R = 39.58%
G = 8.76%
B = 51.66%

CMYK

 C value IS 0.23

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#831DAB (or 0x831DAB) is known color: Vivid Violet. HEX triplet: 83, 1D and AB. RGB value is (131,29,171). Sum of RGB (Red+Green+Blue) = 131+29+171=331 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.58% from 331); Green value is 29 (11.72% from 255 or 8.76% from 331); Blue value is 171 (67.19% from 255 or 51.66% from 331); Max value from RGB is 171 - color contains mainly: blue. Hex color #831DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #831DAB is #7CE254. Grayscale: #4B4B4B. Windows color (decimal): -8184405 or 11214211. OLE color: 11214211.

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

Color convert

RGB 131 29 171 -
CMYK 0.23 0.83 0 0.33
HSL 283.1º 0.71% 0.39% -
HSV(B) 283.1º 0.83% 0.67% -
XYZ 17.15 8.64 39.29 -
YUV 75.69 181.79 167.45 -
System Red Green Blue C M Y K H S L
Decimal 131 29 171 0.23 0.83 0 0.33 283.1 0.71 0.39
Hex 83 1D AB 17 53 0 21 11B 47 27
Octal 203 35 253 27 123 0 41 433 107 47
Binary 10000011 11101 10101011 10111 1010011 0 100001 100011011 1000111 100111

Color Harmonies of #831DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831DAB

Black with #831DAB

Text Example


Text Example

White with #831DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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