#85367D

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

Shades of Dark Purple #85367D

Tints of Dark Purple #85367D

Color information

#85367D (or 0x85367D) is unknown color: approx Dark Purple. HEX triplet: 85, 36 and 7D. RGB value is (133,54,125). Sum of RGB (Red+Green+Blue) = 133+54+125=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 125 (49.22% from 255 or 40.06% from 312); Max value from RGB is 133 - color contains mainly: red. Hex color #85367D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85367D is #7AC982. Grayscale: #555555. Windows color (decimal): -8046979 or 8205957. OLE color: 8205957.

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

Color convert

RGB13354125-
CMYK00.590.060.48
HSL306.08º42.25%36.67%-
HSV(B)306.08º59.4%52.16%-
XYZ14.699.1120.39-
YUV85.71150.17161.73-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.63%
GREEN value IS 54 (21.48% from 255) = 17.31%
BLUE value IS 125 (49.22% from 255) = 40.06%
R=42.63%
G=17.31%
B=40.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335412500.590.060.48306.0842.2536.67
Hex85367D03B6301322a25
Octal205661750736604625245
Binary1000010111011011111010111011110110000100110010101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85367D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85367D; }

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

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

<style>
 a { background-color: #85367D; }

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

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

<style>
 span { border-color: #85367D; }

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

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