#852969

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

Shades of Dark Purple #852969

Tints of Dark Purple #852969

Color information

#852969 (or 0x852969) is unknown color: approx Dark Purple. HEX triplet: 85, 29 and 69. RGB value is (133,41,105). Sum of RGB (Red+Green+Blue) = 133+41+105=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 105 (41.41% from 255 or 37.63% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #852969 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852969 is #7AD696. Grayscale: #4B4B4B. Windows color (decimal): -8050327 or 6891909. OLE color: 6891909.

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

Color convert

RGB13341105-
CMYK00.690.210.48
HSL318.26º52.87%34.12%-
HSV(B)318.26º69.17%52.16%-
XYZ13.027.5914.14-
YUV75.8144.48168.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.67%
GREEN value IS 41 (16.41% from 255) = 14.70%
BLUE value IS 105 (41.41% from 255) = 37.63%
R=47.67%
G=14.70%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1334110500.690.210.48318.2652.8734.12
Hex852969045153013e3522
Octal20551151010525604766542
Binary1000010110100111010010100010110101110000100111110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852969; }

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

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

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

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

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

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

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

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