#825F8A

Color #825F8A Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #825F8A

Tints of Trendy Pink #825F8A

Color information

#825F8A (or 0x825F8A) is unknown color: approx Trendy Pink. HEX triplet: 82, 5F and 8A. RGB value is (130,95,138). Sum of RGB (Red+Green+Blue) = 130+95+138=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 95 (37.5% from 255 or 26.17% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 138 - color contains mainly: blue. Hex color #825F8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825F8A is #7DA075. Grayscale: #6E6E6E. Windows color (decimal): -8233078 or 9068418. OLE color: 9068418.

HSL color Cylindrical-coordinate representation of color #825F8A: hue angle of 288.84º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #825F8A is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13095138-
CMYK0.060.3100.46
HSL288.84º18.45%45.69%-
HSV(B)288.84º31.16%54.12%-
XYZ17.8914.7725.95-
YUV110.37143.6142-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.81%
GREEN value IS 95 (37.5% from 255) = 26.17%
BLUE value IS 138 (54.30% from 255) = 38.02%
R=35.81%
G=26.17%
B=38.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal130951380.060.3100.46288.8418.4545.69
Hex825F8A61F02E121122e
Octal2021372126370564412256
Binary1000001010111111000101011011111010111010010000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825F8A; }

 p { color: rgb(130,95,138); }

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

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

 a { background-color: rgb(130,95,138); }

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

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

 span { border-color: rgb(130,95,138); }

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