Html Css Color HEX #832BDB Blue Violet

📋 copy color: '#832BDB'

red 131 ◦ green 43 ◦ blue 219

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

Shades of Blue Violet #832BDB

Tints of Blue Violet #832BDB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.94%

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

R = 33.33%
G = 10.94%
B = 55.73%

CMYK

 C value IS 0.40

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#832BDB (or 0x832BDB) is known color: Blue Violet. HEX triplet: 83, 2B and DB. RGB value is (131,43,219). Sum of RGB (Red+Green+Blue) = 131+43+219=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 43 (17.19% from 255 or 10.94% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #832BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #832BDB is #7CD424. Grayscale: #585858. Windows color (decimal): -8180773 or 14363523. OLE color: 14363523.

HSL color Cylindrical-coordinate representation of color #832BDB: hue angle of 270º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #832BDB is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 43 219 -
CMYK 0.40 0.80 0 0.14
HSL 270º 0.71% 0.51% -
HSV(B) 270º 0.8% 0.86% -
XYZ 23.01 11.67 68.06 -
YUV 89.38 201.15 157.69 -
System Red Green Blue C M Y K H S L
Decimal 131 43 219 0.40 0.80 0 0.14 270 0.71 0.51
Hex 83 2B DB 28 50 0 E 10E 47 33
Octal 203 53 333 50 120 0 16 416 107 63
Binary 10000011 101011 11011011 101000 1010000 0 1110 100001110 1000111 110011

Color Harmonies of #832BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832BDB

Black with #832BDB

Text Example


Text Example

White with #832BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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