#85386E

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

Shades of Dark Purple #85386E

Tints of Dark Purple #85386E

Color information

#85386E (or 0x85386E) is unknown color: approx Dark Purple. HEX triplet: 85, 38 and 6E. RGB value is (133,56,110). Sum of RGB (Red+Green+Blue) = 133+56+110=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 56 (22.27% from 255 or 18.73% from 299); Blue value is 110 (43.36% from 255 or 36.79% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #85386E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85386E is #7AC791. Grayscale: #555555. Windows color (decimal): -8046482 or 7223429. OLE color: 7223429.

HSL color Cylindrical-coordinate representation of color #85386E: hue angle of 317.92º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #85386E is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB13356110-
CMYK00.580.170.48
HSL317.92º40.74%37.06%-
HSV(B)317.92º57.89%52.16%-
XYZ13.98.9415.74-
YUV85.18142.01162.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.48%
GREEN value IS 56 (22.27% from 255) = 18.73%
BLUE value IS 110 (43.36% from 255) = 36.79%
R=44.48%
G=18.73%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335611000.580.170.48317.9240.7437.06
Hex85386E03A113013e2925
Octal2057015607221604765145
Binary100001011110001101110011101010001110000100111110101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85386E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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