#85386C

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

Shades of Dark Purple #85386C

Tints of Dark Purple #85386C

Color information

#85386C (or 0x85386C) is unknown color: approx Dark Purple. HEX triplet: 85, 38 and 6C. RGB value is (133,56,108). Sum of RGB (Red+Green+Blue) = 133+56+108=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 56 (22.27% from 255 or 18.86% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 133 - color contains mainly: red. Hex color #85386C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85386C is #7AC793. Grayscale: #545454. Windows color (decimal): -8046484 or 7092357. OLE color: 7092357.

HSL color Cylindrical-coordinate representation of color #85386C: hue angle of 319.48º 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 #85386C is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB13356108-
CMYK00.580.190.48
HSL319.48º40.74%37.06%-
HSV(B)319.48º57.89%52.16%-
XYZ13.798.915.18-
YUV84.95141.01162.27-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.78%
GREEN value IS 56 (22.27% from 255) = 18.86%
BLUE value IS 108 (42.58% from 255) = 36.36%
R=44.78%
G=18.86%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335610800.580.190.48319.4840.7437.06
Hex85386C03A133013f2925
Octal2057015407223604775145
Binary100001011110001101100011101010011110000100111111101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85386C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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