Html Css Color HEX #832D6E Dark Purple

📋 copy color: '#832D6E'

red 131 ◦ green 45 ◦ blue 110

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

Shades of Dark Purple #832D6E

Tints of Dark Purple #832D6E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.73%

 BLUE value IS 110 (43.36% from 255) = 38.46%

R = 45.8%
G = 15.73%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#832D6E (or 0x832D6E) is known color: Dark Purple. HEX triplet: 83, 2D and 6E. RGB value is (131,45,110). Sum of RGB (Red+Green+Blue) = 131+45+110=286 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.80% from 286); Green value is 45 (17.97% from 255 or 15.73% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 131 - color contains mainly: red. Hex color #832D6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832D6E is #7CD291. Grayscale: #4D4D4D. Windows color (decimal): -8180370 or 7220611. OLE color: 7220611.

HSL color Cylindrical-coordinate representation of color #832D6E: hue angle of 314.65º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #832D6E is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 45 110 -
CMYK 0 0.66 0.16 0.49
HSL 314.65º 0.49% 0.35% -
HSV(B) 314.65º 0.66% 0.51% -
XYZ 13.11 7.83 15.57 -
YUV 78.12 145.99 165.71 -
System Red Green Blue C M Y K H S L
Decimal 131 45 110 0 0.66 0.16 0.49 314.65 0.49 0.35
Hex 83 2D 6E 0 42 10 31 13B 31 23
Octal 203 55 156 0 102 20 61 473 61 43
Binary 10000011 101101 1101110 0 1000010 10000 110001 100111011 110001 100011

Color Harmonies of #832D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832D6E

Black with #832D6E

Text Example


Text Example

White with #832D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,45,110); }

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

background-color css

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

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

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

border-color css

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

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

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