Html Css Color HEX #831DDE Blue Violet

📋 copy color: '#831DDE'

red 131 ◦ green 29 ◦ blue 222

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

Shades of Blue Violet #831DDE

Tints of Blue Violet #831DDE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.59%

 BLUE value IS 222 (87.11% from 255) = 58.12%

R = 34.29%
G = 7.59%
B = 58.12%

CMYK

 C value IS 0.41

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#831DDE (or 0x831DDE) is known color: Blue Violet. HEX triplet: 83, 1D and DE. RGB value is (131,29,222). Sum of RGB (Red+Green+Blue) = 131+29+222=382 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.29% from 382); Green value is 29 (11.72% from 255 or 7.59% from 382); Blue value is 222 (87.11% from 255 or 58.12% from 382); Max value from RGB is 222 - color contains mainly: blue. Hex color #831DDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831DDE is #7CE221. Grayscale: #505050. Windows color (decimal): -8184354 or 14556547. OLE color: 14556547.

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

Color convert

RGB 131 29 222 -
CMYK 0.41 0.87 0 0.13
HSL 271.71º 0.77% 0.49% -
HSV(B) 271.71º 0.87% 0.87% -
XYZ 22.98 10.98 70.01 -
YUV 81.5 207.29 163.31 -
System Red Green Blue C M Y K H S L
Decimal 131 29 222 0.41 0.87 0 0.13 271.71 0.77 0.49
Hex 83 1D DE 29 57 0 D 110 4D 31
Octal 203 35 336 51 127 0 15 420 115 61
Binary 10000011 11101 11011110 101001 1010111 0 1101 100010000 1001101 110001

Color Harmonies of #831DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831DDE

Black with #831DDE

Text Example


Text Example

White with #831DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,29,222); }

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

background-color css

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

 a { background-color: rgb(131,29,222); }

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

border-color css

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

 span { border-color: rgb(131,29,222); }

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