Html Css Color HEX #831EA8 Vivid Violet

📋 copy color: '#831EA8'

red 131 ◦ green 30 ◦ blue 168

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

Shades of Vivid Violet #831EA8

Tints of Vivid Violet #831EA8

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.12%

 BLUE value IS 168 (66.02% from 255) = 51.06%

R = 39.82%
G = 9.12%
B = 51.06%

CMYK

 C value IS 0.22

 M value IS 0.82

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#831EA8 (or 0x831EA8) is known color: Vivid Violet. HEX triplet: 83, 1E and A8. RGB value is (131,30,168). Sum of RGB (Red+Green+Blue) = 131+30+168=329 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.82% from 329); Green value is 30 (12.11% from 255 or 9.12% from 329); Blue value is 168 (66.02% from 255 or 51.06% from 329); Max value from RGB is 168 - color contains mainly: blue. Hex color #831EA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #831EA8 is #7CE157. Grayscale: #4B4B4B. Windows color (decimal): -8184152 or 11017859. OLE color: 11017859.

HSL color Cylindrical-coordinate representation of color #831EA8: hue angle of 283.91º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #831EA8 is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 131 30 168 -
CMYK 0.22 0.82 0 0.34
HSL 283.91º 0.7% 0.39% -
HSV(B) 283.91º 0.82% 0.66% -
XYZ 16.89 8.58 37.81 -
YUV 75.93 179.96 167.28 -
System Red Green Blue C M Y K H S L
Decimal 131 30 168 0.22 0.82 0 0.34 283.91 0.7 0.39
Hex 83 1E A8 16 52 0 22 11C 46 27
Octal 203 36 250 26 122 0 42 434 106 47
Binary 10000011 11110 10101000 10110 1010010 0 100010 100011100 1000110 100111

Color Harmonies of #831EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831EA8

Black with #831EA8

Text Example


Text Example

White with #831EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,30,168); }

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

background-color css

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

 a { background-color: rgb(131,30,168); }

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

border-color css

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

 span { border-color: rgb(131,30,168); }

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