Html Css Color HEX #832ADB Blue Violet

📋 copy color: '#832ADB'

red 131 ◦ green 42 ◦ blue 219

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

Shades of Blue Violet #832ADB

Tints of Blue Violet #832ADB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.71%

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

R = 33.42%
G = 10.71%
B = 55.87%

CMYK

 C value IS 0.40

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#832ADB (or 0x832ADB) is known color: Blue Violet. HEX triplet: 83, 2A and DB. RGB value is (131,42,219). Sum of RGB (Red+Green+Blue) = 131+42+219=392 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.42% from 392); Green value is 42 (16.80% from 255 or 10.71% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #832ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #832ADB is #7CD524. Grayscale: #585858. Windows color (decimal): -8181029 or 14363267. OLE color: 14363267.

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

Color convert

RGB 131 42 219 -
CMYK 0.40 0.81 0 0.14
HSL 270.17º 0.71% 0.51% -
HSV(B) 270.17º 0.81% 0.86% -
XYZ 22.97 11.6 68.05 -
YUV 88.79 201.49 158.11 -
System Red Green Blue C M Y K H S L
Decimal 131 42 219 0.40 0.81 0 0.14 270.17 0.71 0.51
Hex 83 2A DB 28 51 0 E 10E 47 33
Octal 203 52 333 50 121 0 16 416 107 63
Binary 10000011 101010 11011011 101000 1010001 0 1110 100001110 1000111 110011

Color Harmonies of #832ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832ADB

Black with #832ADB

Text Example


Text Example

White with #832ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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