Html Css Color HEX #884682 Trendy Pink

📋 copy color: '#884682'

red 136 ◦ green 70 ◦ blue 130

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

Shades of Trendy Pink #884682

Tints of Trendy Pink #884682

RGB

 RED value IS 136 (53.52% from 255) = 40.48%

 GREEN value IS 70 (27.73% from 255) = 20.83%

 BLUE value IS 130 (51.17% from 255) = 38.69%

R = 40.48%
G = 20.83%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#884682 (or 0x884682) is known color: Trendy Pink. HEX triplet: 88, 46 and 82. RGB value is (136,70,130). Sum of RGB (Red+Green+Blue) = 136+70+130=336 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.48% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 130 (51.17% from 255 or 38.69% from 336); Max value from RGB is 136 - color contains mainly: red. Hex color #884682 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884682 is #77B97D. Grayscale: #606060. Windows color (decimal): -7846270 or 8537736. OLE color: 8537736.

HSL color Cylindrical-coordinate representation of color #884682: hue angle of 305.45º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #884682 is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 70 130 -
CMYK 0 0.49 0.04 0.47
HSL 305.45º 0.32% 0.4% -
HSV(B) 305.45º 0.49% 0.53% -
XYZ 16.37 11.23 22.42 -
YUV 96.57 146.87 156.12 -
System Red Green Blue C M Y K H S L
Decimal 136 70 130 0 0.49 0.04 0.47 305.45 0.32 0.4
Hex 88 46 82 0 31 4 2F 131 20 28
Octal 210 106 202 0 61 4 57 461 40 50
Binary 10001000 1000110 10000010 0 110001 100 101111 100110001 100000 101000

Color Harmonies of #884682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884682

Black with #884682

Text Example


Text Example

White with #884682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884682; }

 p { color: rgb(136,70,130); }

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

background-color css

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

 a { background-color: rgb(136,70,130); }

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

border-color css

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

 span { border-color: rgb(136,70,130); }

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