#832969

Color #832969 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #832969

Tints of Dark Purple #832969

Color information

#832969 (or 0x832969) is unknown color: approx Dark Purple. HEX triplet: 83, 29 and 69. RGB value is (131,41,105). Sum of RGB (Red+Green+Blue) = 131+41+105=277 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.29% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 105 (41.41% from 255 or 37.91% from 277); Max value from RGB is 131 - color contains mainly: red. Hex color #832969 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832969 is #7CD696. Grayscale: #4B4B4B. Windows color (decimal): -8181399 or 6891907. OLE color: 6891907.

HSL color Cylindrical-coordinate representation of color #832969: hue angle of 317.33º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #832969 is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.49.

Color convert

RGB13141105-
CMYK00.690.200.49
HSL317.33º52.33%33.73%-
HSV(B)317.33º68.7%51.37%-
XYZ12.77.4314.13-
YUV75.21144.82167.8-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.29%
GREEN value IS 41 (16.41% from 255) = 14.80%
BLUE value IS 105 (41.41% from 255) = 37.91%
R=47.29%
G=14.80%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.20
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1314110500.690.200.49317.3352.3333.73
Hex832969045143113d3422
Octal20351151010524614756442
Binary1000001110100111010010100010110100110001100111101110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832969; }

 p { color: rgb(131,41,105); }

 H1.HeaderClassName
 {
   color: #832969;
 }
 .AnyTagClassName
 {
   color: #832969;
 }
</style>
background-color css

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

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

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

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

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

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