Html Css Color HEX #831FDC Blue Violet

📋 copy color: '#831FDC'

red 131 ◦ green 31 ◦ blue 220

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

Shades of Blue Violet #831FDC

Tints of Blue Violet #831FDC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.12%

 BLUE value IS 220 (86.33% from 255) = 57.59%

R = 34.29%
G = 8.12%
B = 57.59%

CMYK

 C value IS 0.40

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#831FDC (or 0x831FDC) is known color: Blue Violet. HEX triplet: 83, 1F and DC. RGB value is (131,31,220). Sum of RGB (Red+Green+Blue) = 131+31+220=382 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.29% from 382); Green value is 31 (12.5% from 255 or 8.12% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #831FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831FDC is #7CE023. Grayscale: #515151. Windows color (decimal): -8183844 or 14425987. OLE color: 14425987.

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

Color convert

RGB 131 31 220 -
CMYK 0.40 0.86 0 0.14
HSL 271.75º 0.75% 0.49% -
HSV(B) 271.75º 0.86% 0.86% -
XYZ 22.77 10.97 68.63 -
YUV 82.45 205.63 162.63 -
System Red Green Blue C M Y K H S L
Decimal 131 31 220 0.40 0.86 0 0.14 271.75 0.75 0.49
Hex 83 1F DC 28 56 0 E 110 4B 31
Octal 203 37 334 50 126 0 16 420 113 61
Binary 10000011 11111 11011100 101000 1010110 0 1110 100010000 1001011 110001

Color Harmonies of #831FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831FDC

Black with #831FDC

Text Example


Text Example

White with #831FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,31,220); }

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

background-color css

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

 a { background-color: rgb(131,31,220); }

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

border-color css

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

 span { border-color: rgb(131,31,220); }

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