#85137B

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

Shades of Dark Purple #85137B

Tints of Dark Purple #85137B

Color information

#85137B (or 0x85137B) is unknown color: approx Dark Purple. HEX triplet: 85, 13 and 7B. RGB value is (133,19,123). Sum of RGB (Red+Green+Blue) = 133+19+123=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 123 (48.44% from 255 or 44.73% from 275); Max value from RGB is 133 - color contains mainly: red. Hex color #85137B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85137B is #7AEC84. Grayscale: #404040. Windows color (decimal): -8055941 or 8065925. OLE color: 8065925.

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

Color convert

RGB13319123-
CMYK00.860.080.48
HSL305.26º75%29.8%-
HSV(B)305.26º85.71%52.16%-
XYZ13.486.8819.36-
YUV64.94160.77176.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.36%
GREEN value IS 19 (7.81% from 255) = 6.91%
BLUE value IS 123 (48.44% from 255) = 44.73%
R=48.36%
G=6.91%
B=44.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331912300.860.080.48305.267529.8
Hex85137B0568301314b1e
Octal205231730126106046111336
Binary10000101100111111011010101101000110000100110001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85137B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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