Html Css Color HEX #831ECE Blue Violet

📋 copy color: '#831ECE'

red 131 ◦ green 30 ◦ blue 206

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

Shades of Blue Violet #831ECE

Tints of Blue Violet #831ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 56.13%

R = 35.69%
G = 8.17%
B = 56.13%

CMYK

 C value IS 0.36

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#831ECE (or 0x831ECE) is known color: Blue Violet. HEX triplet: 83, 1E and CE. RGB value is (131,30,206). Sum of RGB (Red+Green+Blue) = 131+30+206=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 30 (12.11% from 255 or 8.17% from 367); Blue value is 206 (80.86% from 255 or 56.13% from 367); Max value from RGB is 206 - color contains mainly: blue. Hex color #831ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831ECE is #7CE131. Grayscale: #4F4F4F. Windows color (decimal): -8184114 or 13508227. OLE color: 13508227.

HSL color Cylindrical-coordinate representation of color #831ECE: hue angle of 274.43º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #831ECE is Cyan = 0.36, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 131 30 206 -
CMYK 0.36 0.85 0 0.19
HSL 274.43º 0.75% 0.46% -
HSV(B) 274.43º 0.85% 0.81% -
XYZ 20.96 10.21 59.26 -
YUV 80.26 198.96 164.19 -
System Red Green Blue C M Y K H S L
Decimal 131 30 206 0.36 0.85 0 0.19 274.43 0.75 0.46
Hex 83 1E CE 24 55 0 13 112 4B 2E
Octal 203 36 316 44 125 0 23 422 113 56
Binary 10000011 11110 11001110 100100 1010101 0 10011 100010010 1001011 101110

Color Harmonies of #831ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831ECE

Black with #831ECE

Text Example


Text Example

White with #831ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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