#85267B

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

Shades of Dark Purple #85267B

Tints of Dark Purple #85267B

Color information

#85267B (or 0x85267B) is unknown color: approx Dark Purple. HEX triplet: 85, 26 and 7B. RGB value is (133,38,123). Sum of RGB (Red+Green+Blue) = 133+38+123=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 38 (15.23% from 255 or 12.93% from 294); Blue value is 123 (48.44% from 255 or 41.84% from 294); Max value from RGB is 133 - color contains mainly: red. Hex color #85267B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85267B is #7AD984. Grayscale: #4B4B4B. Windows color (decimal): -8051077 or 8070789. OLE color: 8070789.

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

Color convert

RGB13338123-
CMYK00.710.080.48
HSL306.32º55.56%33.53%-
HSV(B)306.32º71.43%52.16%-
XYZ13.947.819.51-
YUV76.1154.47168.59-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.24%
GREEN value IS 38 (15.23% from 255) = 12.93%
BLUE value IS 123 (48.44% from 255) = 41.84%
R=45.24%
G=12.93%
B=41.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1333812300.710.080.48306.3255.5633.53
Hex85267B0478301323822
Octal20546173010710604627042
Binary100001011001101111011010001111000110000100110010111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85267B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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