#852488

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

Shades of Dark Purple #852488

Tints of Dark Purple #852488

Color information

#852488 (or 0x852488) is unknown color: approx Dark Purple. HEX triplet: 85, 24 and 88. RGB value is (133,36,136). Sum of RGB (Red+Green+Blue) = 133+36+136=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 136 (53.52% from 255 or 44.59% from 305); Max value from RGB is 136 - color contains mainly: blue. Hex color #852488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852488 is #7ADB77. Grayscale: #4C4C4C. Windows color (decimal): -8051576 or 8922245. OLE color: 8922245.

HSL color Cylindrical-coordinate representation of color #852488: hue angle of 298.2º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #852488 is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13336136-
CMYK0.020.7400.47
HSL298.2º58.14%33.73%-
HSV(B)298.2º73.53%53.33%-
XYZ14.758.0324.06-
YUV76.4161.64168.37-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.61%
GREEN value IS 36 (14.45% from 255) = 11.80%
BLUE value IS 136 (53.52% from 255) = 44.59%
R=43.61%
G=11.80%
B=44.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133361360.020.7400.47298.258.1433.73
Hex85248824A02F12a3a22
Octal2054421021120574527242
Binary10000101100100100010001010010100101111100101010111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852488; }

 p { color: rgb(133,36,136); }

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

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

 a { background-color: rgb(133,36,136); }

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

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

 span { border-color: rgb(133,36,136); }

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