Html Css Color HEX #831BDB Blue Violet

📋 copy color: '#831BDB'

red 131 ◦ green 27 ◦ blue 219

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

Shades of Blue Violet #831BDB

Tints of Blue Violet #831BDB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.16%

 BLUE value IS 219 (85.94% from 255) = 58.09%

R = 34.75%
G = 7.16%
B = 58.09%

CMYK

 C value IS 0.40

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#831BDB (or 0x831BDB) is known color: Blue Violet. HEX triplet: 83, 1B and DB. RGB value is (131,27,219). Sum of RGB (Red+Green+Blue) = 131+27+219=377 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.75% from 377); Green value is 27 (10.94% from 255 or 7.16% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #831BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831BDB is #7CE424. Grayscale: #4F4F4F. Windows color (decimal): -8184869 or 14359427. OLE color: 14359427.

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

Color convert

RGB 131 27 219 -
CMYK 0.40 0.88 0 0.14
HSL 272.5º 0.78% 0.48% -
HSV(B) 272.5º 0.88% 0.86% -
XYZ 22.54 10.72 67.9 -
YUV 79.98 206.46 164.39 -
System Red Green Blue C M Y K H S L
Decimal 131 27 219 0.40 0.88 0 0.14 272.5 0.78 0.48
Hex 83 1B DB 28 58 0 E 110 4E 30
Octal 203 33 333 50 130 0 16 420 116 60
Binary 10000011 11011 11011011 101000 1011000 0 1110 100010000 1001110 110000

Color Harmonies of #831BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831BDB

Black with #831BDB

Text Example


Text Example

White with #831BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,27,219); }

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

background-color css

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

 a { background-color: rgb(131,27,219); }

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

border-color css

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

 span { border-color: rgb(131,27,219); }

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