#85097D

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

Shades of Purple #85097D

Tints of Purple #85097D

Color information

#85097D (or 0x85097D) is unknown color: approx Purple. HEX triplet: 85, 09 and 7D. RGB value is (133,9,125). Sum of RGB (Red+Green+Blue) = 133+9+125=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 9 (3.91% from 255 or 3.37% from 267); Blue value is 125 (49.22% from 255 or 46.82% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #85097D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85097D is #7AF682. Grayscale: #3A3A3A. Windows color (decimal): -8058499 or 8194437. OLE color: 8194437.

HSL color Cylindrical-coordinate representation of color #85097D: hue angle of 303.87º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #85097D is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB1339125-
CMYK00.930.060.48
HSL303.87º87.32%27.84%-
HSV(B)303.87º93.23%52.16%-
XYZ13.476.6619.98-
YUV59.3165.08180.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.81%
GREEN value IS 9 (3.91% from 255) = 3.37%
BLUE value IS 125 (49.22% from 255) = 46.82%
R=49.81%
G=3.37%
B=46.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133912500.930.060.48303.8787.3227.84
Hex8597D05D630130571c
Octal20511175013566046012734
Binary100001011001111110101011101110110000100110000101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85097D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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