Html Css Color HEX #832083 Dark Purple

📋 copy color: '#832083'

red 131 ◦ green 32 ◦ blue 131

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

Shades of Dark Purple #832083

Tints of Dark Purple #832083

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.88%

 BLUE value IS 131 (51.56% from 255) = 44.56%

R = 44.56%
G = 10.88%
B = 44.56%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#832083 (or 0x832083) is known color: Dark Purple. HEX triplet: 83, 20 and 83. RGB value is (131,32,131). Sum of RGB (Red+Green+Blue) = 131+32+131=294 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.56% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 131 (51.56% from 255 or 44.56% from 294); Max value from RGB is 131 - color contains mainly: red, blue. Hex color #832083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832083 is #7CDF7C. Grayscale: #484848. Windows color (decimal): -8183677 or 8593539. OLE color: 8593539.

HSL color Cylindrical-coordinate representation of color #832083: hue angle of 300º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #832083 is Cyan = 0, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 32 131 -
CMYK 0 0.76 0 0.49
HSL 300º 0.61% 0.32% -
HSV(B) 300º 0.76% 0.51% -
XYZ 13.97 7.5 22.18 -
YUV 72.89 160.8 169.45 -
System Red Green Blue C M Y K H S L
Decimal 131 32 131 0 0.76 0 0.49 300 0.61 0.32
Hex 83 20 83 0 4C 0 31 12C 3D 20
Octal 203 40 203 0 114 0 61 454 75 40
Binary 10000011 100000 10000011 0 1001100 0 110001 100101100 111101 100000

Color Harmonies of #832083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832083

Black with #832083

Text Example


Text Example

White with #832083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832083; }

 p { color: rgb(131,32,131); }

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

background-color css

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

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

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

border-color css

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

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

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