#85366E

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

Shades of Dark Purple #85366E

Tints of Dark Purple #85366E

Color information

#85366E (or 0x85366E) is unknown color: approx Dark Purple. HEX triplet: 85, 36 and 6E. RGB value is (133,54,110). Sum of RGB (Red+Green+Blue) = 133+54+110=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 54 (21.48% from 255 or 18.18% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 133 - color contains mainly: red. Hex color #85366E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85366E is #7AC991. Grayscale: #535353. Windows color (decimal): -8046994 or 7222917. OLE color: 7222917.

HSL color Cylindrical-coordinate representation of color #85366E: hue angle of 317.47º 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 #85366E is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB13354110-
CMYK00.590.170.48
HSL317.47º42.25%36.67%-
HSV(B)317.47º59.4%52.16%-
XYZ13.818.7515.71-
YUV84142.67162.95-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.78%
GREEN value IS 54 (21.48% from 255) = 18.18%
BLUE value IS 110 (43.36% from 255) = 37.04%
R=44.78%
G=18.18%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335411000.590.170.48317.4742.2536.67
Hex85366E03B113013d2a25
Octal2056615607321604755245
Binary100001011101101101110011101110001110000100111101101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85366E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85366E; }

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

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

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

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

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

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

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

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