#85397B

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

Shades of Dark Purple #85397B

Tints of Dark Purple #85397B

Color information

#85397B (or 0x85397B) is unknown color: approx Dark Purple. HEX triplet: 85, 39 and 7B. RGB value is (133,57,123). Sum of RGB (Red+Green+Blue) = 133+57+123=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 57 (22.66% from 255 or 18.21% from 313); Blue value is 123 (48.44% from 255 or 39.30% from 313); Max value from RGB is 133 - color contains mainly: red. Hex color #85397B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85397B is #7AC684. Grayscale: #575757. Windows color (decimal): -8046213 or 8075653. OLE color: 8075653.

HSL color Cylindrical-coordinate representation of color #85397B: hue angle of 307.89º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #85397B is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB13357123-
CMYK00.570.080.48
HSL307.89º40%37.25%-
HSV(B)307.89º57.14%52.16%-
XYZ14.719.3419.77-
YUV87.25148.18160.63-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.49%
GREEN value IS 57 (22.66% from 255) = 18.21%
BLUE value IS 123 (48.44% from 255) = 39.30%
R=42.49%
G=18.21%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335712300.570.080.48307.894037.25
Hex85397B0398301342825
Octal2057117307110604645045
Binary10000101111001111101101110011000110000100110100101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85397B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85397B; }

 p { color: rgb(133,57,123); }

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

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

 a { background-color: rgb(133,57,123); }

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

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

 span { border-color: rgb(133,57,123); }

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