#85367A

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

Shades of Dark Purple #85367A

Tints of Dark Purple #85367A

Color information

#85367A (or 0x85367A) is unknown color: approx Dark Purple. HEX triplet: 85, 36 and 7A. RGB value is (133,54,122). Sum of RGB (Red+Green+Blue) = 133+54+122=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 54 (21.48% from 255 or 17.48% from 309); Blue value is 122 (48.05% from 255 or 39.48% from 309); Max value from RGB is 133 - color contains mainly: red. Hex color #85367A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85367A is #7AC985. Grayscale: #555555. Windows color (decimal): -8046982 or 8009349. OLE color: 8009349.

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

Color convert

RGB13354122-
CMYK00.590.080.48
HSL308.35º42.25%36.67%-
HSV(B)308.35º59.4%52.16%-
XYZ14.59.0319.39-
YUV85.37148.67161.97-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.04%
GREEN value IS 54 (21.48% from 255) = 17.48%
BLUE value IS 122 (48.05% from 255) = 39.48%
R=43.04%
G=17.48%
B=39.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335412200.590.080.48308.3542.2536.67
Hex85367A03B8301342a25
Octal2056617207310604645245
Binary10000101110110111101001110111000110000100110100101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85367A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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