Html Css Color HEX #831AEF Blue Violet

📋 copy color: '#831AEF'

red 131 ◦ green 26 ◦ blue 239

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

Shades of Blue Violet #831AEF

Tints of Blue Violet #831AEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 60.35%

R = 33.08%
G = 6.57%
B = 60.35%

CMYK

 C value IS 0.45

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#831AEF (or 0x831AEF) is known color: Blue Violet. HEX triplet: 83, 1A and EF. RGB value is (131,26,239). Sum of RGB (Red+Green+Blue) = 131+26+239=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 26 (10.55% from 255 or 6.57% from 396); Blue value is 239 (93.75% from 255 or 60.35% from 396); Max value from RGB is 239 - color contains mainly: blue. Hex color #831AEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #831AEF is #7CE510. Grayscale: #505050. Windows color (decimal): -8185105 or 15669891. OLE color: 15669891.

HSL color Cylindrical-coordinate representation of color #831AEF: hue angle of 269.58º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #831AEF is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 131 26 239 -
CMYK 0.45 0.89 0 0.06
HSL 269.58º 0.87% 0.52% -
HSV(B) 269.58º 0.89% 0.94% -
XYZ 25.31 11.8 82.6 -
YUV 81.68 216.79 163.18 -
System Red Green Blue C M Y K H S L
Decimal 131 26 239 0.45 0.89 0 0.06 269.58 0.87 0.52
Hex 83 1A EF 2D 59 0 6 10E 57 34
Octal 203 32 357 55 131 0 6 416 127 64
Binary 10000011 11010 11101111 101101 1011001 0 110 100001110 1010111 110100

Color Harmonies of #831AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831AEF

Black with #831AEF

Text Example


Text Example

White with #831AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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