Html Css Color HEX #831A9B Vivid Violet

📋 copy color: '#831A9B'

red 131 ◦ green 26 ◦ blue 155

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

Shades of Vivid Violet #831A9B

Tints of Vivid Violet #831A9B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.33%

 BLUE value IS 155 (60.94% from 255) = 49.68%

R = 41.99%
G = 8.33%
B = 49.68%

CMYK

 C value IS 0.15

 M value IS 0.83

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#831A9B (or 0x831A9B) is known color: Vivid Violet. HEX triplet: 83, 1A and 9B. RGB value is (131,26,155). Sum of RGB (Red+Green+Blue) = 131+26+155=312 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.99% from 312); Green value is 26 (10.55% from 255 or 8.33% from 312); Blue value is 155 (60.94% from 255 or 49.68% from 312); Max value from RGB is 155 - color contains mainly: blue. Hex color #831A9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #831A9B is #7CE564. Grayscale: #474747. Windows color (decimal): -8185189 or 10164867. OLE color: 10164867.

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

Color convert

RGB 131 26 155 -
CMYK 0.15 0.83 0 0.39
HSL 288.84º 0.71% 0.35% -
HSV(B) 288.84º 0.83% 0.61% -
XYZ 15.65 7.93 31.72 -
YUV 72.1 174.79 170.01 -
System Red Green Blue C M Y K H S L
Decimal 131 26 155 0.15 0.83 0 0.39 288.84 0.71 0.35
Hex 83 1A 9B F 53 0 27 121 47 23
Octal 203 32 233 17 123 0 47 441 107 43
Binary 10000011 11010 10011011 1111 1010011 0 100111 100100001 1000111 100011

Color Harmonies of #831A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831A9B

Black with #831A9B

Text Example


Text Example

White with #831A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,26,155); }

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

background-color css

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

 a { background-color: rgb(131,26,155); }

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

border-color css

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

 span { border-color: rgb(131,26,155); }

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