Html Css Color HEX #825884 Trendy Pink

📋 copy color: '#825884'

red 130 ◦ green 88 ◦ blue 132

#825884
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Pink #825884

Tints of Trendy Pink #825884

RGB

 RED value IS 130 (51.17% from 255) = 37.14%

 GREEN value IS 88 (34.77% from 255) = 25.14%

 BLUE value IS 132 (51.95% from 255) = 37.71%

R = 37.14%
G = 25.14%
B = 37.71%

CMYK

 C value IS 0.02

 M value IS 0.33

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#825884 (or 0x825884) is known color: Trendy Pink. HEX triplet: 82, 58 and 84. RGB value is (130,88,132). Sum of RGB (Red+Green+Blue) = 130+88+132=350 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.14% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 132 (51.95% from 255 or 37.71% from 350); Max value from RGB is 132 - color contains mainly: blue. Hex color #825884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825884 is #7DA77B. Grayscale: #696969. Windows color (decimal): -8234876 or 8673410. OLE color: 8673410.

HSL color Cylindrical-coordinate representation of color #825884: hue angle of 297.27º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #825884 is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 130 88 132 -
CMYK 0.02 0.33 0 0.48
HSL 297.27º 0.2% 0.43% -
HSV(B) 297.27º 0.33% 0.52% -
XYZ 16.86 13.39 23.53 -
YUV 105.57 142.91 145.42 -
System Red Green Blue C M Y K H S L
Decimal 130 88 132 0.02 0.33 0 0.48 297.27 0.2 0.43
Hex 82 58 84 2 21 0 30 129 14 2B
Octal 202 130 204 2 41 0 60 451 24 53
Binary 10000010 1011000 10000100 10 100001 0 110000 100101001 10100 101011

Color Harmonies of #825884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825884

Black with #825884

Text Example


Text Example

White with #825884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825884; }

 p { color: rgb(130,88,132); }

 H1.HeaderClassName
 {
   color: #825884;
 }
 .AnyTagClassName
 {
   color: #825884;
 }
</style>

background-color css

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

 a { background-color: rgb(130,88,132); }

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

border-color css

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

 span { border-color: rgb(130,88,132); }

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