Html Css Color HEX #831FDD Blue Violet

📋 copy color: '#831FDD'

red 131 ◦ green 31 ◦ blue 221

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

Shades of Blue Violet #831FDD

Tints of Blue Violet #831FDD

RGB

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

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

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

R = 34.2%
G = 8.09%
B = 57.7%

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

#831FDD (or 0x831FDD) is known color: Blue Violet. HEX triplet: 83, 1F and DD. RGB value is (131,31,221). Sum of RGB (Red+Green+Blue) = 131+31+221=383 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.20% from 383); Green value is 31 (12.5% from 255 or 8.09% from 383); Blue value is 221 (86.72% from 255 or 57.70% from 383); Max value from RGB is 221 - color contains mainly: blue. Hex color #831FDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831FDD is #7CE022. Grayscale: #515151. Windows color (decimal): -8183843 or 14491523. OLE color: 14491523.

HSL color Cylindrical-coordinate representation of color #831FDD: hue angle of 271.58º degrees, saturation: 0.75, 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 #831FDD is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 31 221 -
CMYK 0.41 0.86 0 0.13
HSL 271.58º 0.75% 0.49% -
HSV(B) 271.58º 0.86% 0.87% -
XYZ 22.9 11.03 69.33 -
YUV 82.56 206.13 162.55 -
System Red Green Blue C M Y K H S L
Decimal 131 31 221 0.41 0.86 0 0.13 271.58 0.75 0.49
Hex 83 1F DD 29 56 0 D 110 4B 31
Octal 203 37 335 51 126 0 15 420 113 61
Binary 10000011 11111 11011101 101001 1010110 0 1101 100010000 1001011 110001

Color Harmonies of #831FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831FDD

Black with #831FDD

Text Example


Text Example

White with #831FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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