#85386B

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

Shades of Dark Purple #85386B

Tints of Dark Purple #85386B

Color information

#85386B (or 0x85386B) is unknown color: approx Dark Purple. HEX triplet: 85, 38 and 6B. RGB value is (133,56,107). Sum of RGB (Red+Green+Blue) = 133+56+107=296 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.93% from 296); Green value is 56 (22.27% from 255 or 18.92% from 296); Blue value is 107 (42.19% from 255 or 36.15% from 296); Max value from RGB is 133 - color contains mainly: red. Hex color #85386B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85386B is #7AC794. Grayscale: #545454. Windows color (decimal): -8046485 or 7026821. OLE color: 7026821.

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

Color convert

RGB13356107-
CMYK00.580.200.48
HSL320.26º40.74%37.06%-
HSV(B)320.26º57.89%52.16%-
XYZ13.748.8814.9-
YUV84.84140.51162.35-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.93%
GREEN value IS 56 (22.27% from 255) = 18.92%
BLUE value IS 107 (42.19% from 255) = 36.15%
R=44.93%
G=18.92%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335610700.580.200.48320.2640.7437.06
Hex85386B03A14301402925
Octal2057015307224605005145
Binary100001011110001101011011101010100110000101000000101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85386B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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