#853669

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

Shades of Dark Purple #853669

Tints of Dark Purple #853669

Color information

#853669 (or 0x853669) is unknown color: approx Dark Purple. HEX triplet: 85, 36 and 69. RGB value is (133,54,105). Sum of RGB (Red+Green+Blue) = 133+54+105=292 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.55% from 292); Green value is 54 (21.48% from 255 or 18.49% from 292); Blue value is 105 (41.41% from 255 or 35.96% from 292); Max value from RGB is 133 - color contains mainly: red. Hex color #853669 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853669 is #7AC996. Grayscale: #535353. Windows color (decimal): -8046999 or 6895237. OLE color: 6895237.

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

Color convert

RGB13354105-
CMYK00.590.210.48
HSL321.27º42.25%36.67%-
HSV(B)321.27º59.4%52.16%-
XYZ13.548.6414.32-
YUV83.43140.17163.35-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.55%
GREEN value IS 54 (21.48% from 255) = 18.49%
BLUE value IS 105 (41.41% from 255) = 35.96%
R=45.55%
G=18.49%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335410500.590.210.48321.2742.2536.67
Hex85366903B15301412a25
Octal2056615107325605015245
Binary100001011101101101001011101110101110000101000001101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853669; }

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

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

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

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

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

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

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

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