Html Css Color HEX #832785 Dark Purple

📋 copy color: '#832785'

red 131 ◦ green 39 ◦ blue 133

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

Shades of Dark Purple #832785

Tints of Dark Purple #832785

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.87%

 BLUE value IS 133 (52.34% from 255) = 43.89%

R = 43.23%
G = 12.87%
B = 43.89%

CMYK

 C value IS 0.02

 M value IS 0.71

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#832785 (or 0x832785) is known color: Dark Purple. HEX triplet: 83, 27 and 85. RGB value is (131,39,133). Sum of RGB (Red+Green+Blue) = 131+39+133=303 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.23% from 303); Green value is 39 (15.62% from 255 or 12.87% from 303); Blue value is 133 (52.34% from 255 or 43.89% from 303); Max value from RGB is 133 - color contains mainly: blue. Hex color #832785 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832785 is #7CD87A. Grayscale: #4C4C4C. Windows color (decimal): -8181883 or 8726403. OLE color: 8726403.

HSL color Cylindrical-coordinate representation of color #832785: hue angle of 298.72º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #832785 is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 39 133 -
CMYK 0.02 0.71 0 0.48
HSL 298.72º 0.55% 0.34% -
HSV(B) 298.72º 0.71% 0.52% -
XYZ 14.32 7.97 22.97 -
YUV 77.22 159.48 166.36 -
System Red Green Blue C M Y K H S L
Decimal 131 39 133 0.02 0.71 0 0.48 298.72 0.55 0.34
Hex 83 27 85 2 47 0 30 12B 37 22
Octal 203 47 205 2 107 0 60 453 67 42
Binary 10000011 100111 10000101 10 1000111 0 110000 100101011 110111 100010

Color Harmonies of #832785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832785

Black with #832785

Text Example


Text Example

White with #832785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832785; }

 p { color: rgb(131,39,133); }

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

background-color css

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

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

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

border-color css

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

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

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