Html Css Color HEX #831EDD Blue Violet

📋 copy color: '#831EDD'

red 131 ◦ green 30 ◦ blue 221

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

Shades of Blue Violet #831EDD

Tints of Blue Violet #831EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 57.85%

R = 34.29%
G = 7.85%
B = 57.85%

CMYK

 C value IS 0.41

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#831EDD (or 0x831EDD) is known color: Blue Violet. HEX triplet: 83, 1E and DD. RGB value is (131,30,221). Sum of RGB (Red+Green+Blue) = 131+30+221=382 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.29% from 382); Green value is 30 (12.11% from 255 or 7.85% from 382); Blue value is 221 (86.72% from 255 or 57.85% from 382); Max value from RGB is 221 - color contains mainly: blue. Hex color #831EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831EDD is #7CE122. Grayscale: #515151. Windows color (decimal): -8184099 or 14491267. OLE color: 14491267.

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

Color convert

RGB 131 30 221 -
CMYK 0.41 0.86 0 0.13
HSL 271.73º 0.76% 0.49% -
HSV(B) 271.73º 0.86% 0.87% -
XYZ 22.88 10.97 69.32 -
YUV 81.97 206.46 162.97 -
System Red Green Blue C M Y K H S L
Decimal 131 30 221 0.41 0.86 0 0.13 271.73 0.76 0.49
Hex 83 1E DD 29 56 0 D 110 4C 31
Octal 203 36 335 51 126 0 15 420 114 61
Binary 10000011 11110 11011101 101001 1010110 0 1101 100010000 1001100 110001

Color Harmonies of #831EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831EDD

Black with #831EDD

Text Example


Text Example

White with #831EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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