#85266C

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

Shades of Dark Purple #85266C

Tints of Dark Purple #85266C

Color information

#85266C (or 0x85266C) is unknown color: approx Dark Purple. HEX triplet: 85, 26 and 6C. RGB value is (133,38,108). Sum of RGB (Red+Green+Blue) = 133+38+108=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 38 (15.23% from 255 or 13.62% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #85266C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85266C is #7AD993. Grayscale: #4A4A4A. Windows color (decimal): -8051092 or 7087749. OLE color: 7087749.

HSL color Cylindrical-coordinate representation of color #85266C: hue angle of 315.79º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #85266C is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB13338108-
CMYK00.710.190.48
HSL315.79º55.56%33.53%-
HSV(B)315.79º71.43%52.16%-
XYZ13.077.4614.94-
YUV74.38146.97169.81-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.67%
GREEN value IS 38 (15.23% from 255) = 13.62%
BLUE value IS 108 (42.58% from 255) = 38.71%
R=47.67%
G=13.62%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1333810800.710.190.48315.7955.5633.53
Hex85266C047133013c3822
Octal20546154010723604747042
Binary1000010110011011011000100011110011110000100111100111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85266C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85266C; }

 p { color: rgb(133,38,108); }

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

<style>
 a { background-color: #85266C; }

 a { background-color: rgb(133,38,108); }

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

<style>
 span { border-color: #85266C; }

 span { border-color: rgb(133,38,108); }

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