#85257D

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

Shades of Dark Purple #85257D

Tints of Dark Purple #85257D

Color information

#85257D (or 0x85257D) is unknown color: approx Dark Purple. HEX triplet: 85, 25 and 7D. RGB value is (133,37,125). Sum of RGB (Red+Green+Blue) = 133+37+125=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 125 (49.22% from 255 or 42.37% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #85257D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85257D is #7ADA82. Grayscale: #4B4B4B. Windows color (decimal): -8051331 or 8201605. OLE color: 8201605.

HSL color Cylindrical-coordinate representation of color #85257D: hue angle of 305º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #85257D is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB13337125-
CMYK00.720.060.48
HSL305º56.47%33.33%-
HSV(B)305º72.18%52.16%-
XYZ14.047.7920.17-
YUV75.74155.8168.84-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.08%
GREEN value IS 37 (14.84% from 255) = 12.54%
BLUE value IS 125 (49.22% from 255) = 42.37%
R=45.08%
G=12.54%
B=42.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1333712500.720.060.4830556.4733.33
Hex85257D0486301313821
Octal2054517501106604617041
Binary10000101100101111110101001000110110000100110001111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85257D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85257D; }

 p { color: rgb(133,37,125); }

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

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

 a { background-color: rgb(133,37,125); }

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

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

 span { border-color: rgb(133,37,125); }

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