Html Css Color HEX #831EDA Blue Violet

📋 copy color: '#831EDA'

red 131 ◦ green 30 ◦ blue 218

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

Shades of Blue Violet #831EDA

Tints of Blue Violet #831EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 57.52%

R = 34.56%
G = 7.92%
B = 57.52%

CMYK

 C value IS 0.40

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#831EDA (or 0x831EDA) is known color: Blue Violet. HEX triplet: 83, 1E and DA. RGB value is (131,30,218). Sum of RGB (Red+Green+Blue) = 131+30+218=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 30 (12.11% from 255 or 7.92% from 379); Blue value is 218 (85.55% from 255 or 57.52% from 379); Max value from RGB is 218 - color contains mainly: blue. Hex color #831EDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831EDA is #7CE125. Grayscale: #505050. Windows color (decimal): -8184102 or 14294659. OLE color: 14294659.

HSL color Cylindrical-coordinate representation of color #831EDA: hue angle of 272.23º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #831EDA is Cyan = 0.40, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 131 30 218 -
CMYK 0.40 0.86 0 0.15
HSL 272.23º 0.76% 0.49% -
HSV(B) 272.23º 0.86% 0.85% -
XYZ 22.48 10.82 67.23 -
YUV 81.63 204.96 163.21 -
System Red Green Blue C M Y K H S L
Decimal 131 30 218 0.40 0.86 0 0.15 272.23 0.76 0.49
Hex 83 1E DA 28 56 0 F 110 4C 31
Octal 203 36 332 50 126 0 17 420 114 61
Binary 10000011 11110 11011010 101000 1010110 0 1111 100010000 1001100 110001

Color Harmonies of #831EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831EDA

Black with #831EDA

Text Example


Text Example

White with #831EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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