Html Css Color HEX #831AEA Blue Violet

📋 copy color: '#831AEA'

red 131 ◦ green 26 ◦ blue 234

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

Shades of Blue Violet #831AEA

Tints of Blue Violet #831AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 59.85%

R = 33.5%
G = 6.65%
B = 59.85%

CMYK

 C value IS 0.44

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#831AEA (or 0x831AEA) is known color: Blue Violet. HEX triplet: 83, 1A and EA. RGB value is (131,26,234). Sum of RGB (Red+Green+Blue) = 131+26+234=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 26 (10.55% from 255 or 6.65% from 391); Blue value is 234 (91.80% from 255 or 59.85% from 391); Max value from RGB is 234 - color contains mainly: blue. Hex color #831AEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #831AEA is #7CE515. Grayscale: #505050. Windows color (decimal): -8185110 or 15342211. OLE color: 15342211.

HSL color Cylindrical-coordinate representation of color #831AEA: hue angle of 270.29º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #831AEA is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 131 26 234 -
CMYK 0.44 0.89 0 0.08
HSL 270.29º 0.83% 0.51% -
HSV(B) 270.29º 0.89% 0.92% -
XYZ 24.58 11.5 78.77 -
YUV 81.11 214.29 163.59 -
System Red Green Blue C M Y K H S L
Decimal 131 26 234 0.44 0.89 0 0.08 270.29 0.83 0.51
Hex 83 1A EA 2C 59 0 8 10E 53 33
Octal 203 32 352 54 131 0 10 416 123 63
Binary 10000011 11010 11101010 101100 1011001 0 1000 100001110 1010011 110011

Color Harmonies of #831AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831AEA

Black with #831AEA

Text Example


Text Example

White with #831AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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