Html Css Color HEX #831AE3 Blue Violet

📋 copy color: '#831AE3'

red 131 ◦ green 26 ◦ blue 227

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

Shades of Blue Violet #831AE3

Tints of Blue Violet #831AE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 59.11%

R = 34.11%
G = 6.77%
B = 59.11%

CMYK

 C value IS 0.42

 M value IS 0.89

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#831AE3 (or 0x831AE3) is known color: Blue Violet. HEX triplet: 83, 1A and E3. RGB value is (131,26,227). Sum of RGB (Red+Green+Blue) = 131+26+227=384 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.11% from 384); Green value is 26 (10.55% from 255 or 6.77% from 384); Blue value is 227 (89.06% from 255 or 59.11% from 384); Max value from RGB is 227 - color contains mainly: blue. Hex color #831AE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831AE3 is #7CE51C. Grayscale: #4F4F4F. Windows color (decimal): -8185117 or 14883459. OLE color: 14883459.

HSL color Cylindrical-coordinate representation of color #831AE3: hue angle of 271.34º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #831AE3 is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 131 26 227 -
CMYK 0.42 0.89 0 0.11
HSL 271.34º 0.79% 0.5% -
HSV(B) 271.34º 0.89% 0.89% -
XYZ 23.59 11.11 73.57 -
YUV 80.31 210.79 164.16 -
System Red Green Blue C M Y K H S L
Decimal 131 26 227 0.42 0.89 0 0.11 271.34 0.79 0.5
Hex 83 1A E3 2A 59 0 B 10F 4F 32
Octal 203 32 343 52 131 0 13 417 117 62
Binary 10000011 11010 11100011 101010 1011001 0 1011 100001111 1001111 110010

Color Harmonies of #831AE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831AE3

Black with #831AE3

Text Example


Text Example

White with #831AE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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