Html Css Color HEX #88508B Trendy Pink

📋 copy color: '#88508B'

red 136 ◦ green 80 ◦ blue 139

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

Shades of Trendy Pink #88508B

Tints of Trendy Pink #88508B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.54%

 BLUE value IS 139 (54.69% from 255) = 39.15%

R = 38.31%
G = 22.54%
B = 39.15%

CMYK

 C value IS 0.02

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#88508B (or 0x88508B) is known color: Trendy Pink. HEX triplet: 88, 50 and 8B. RGB value is (136,80,139). Sum of RGB (Red+Green+Blue) = 136+80+139=355 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.31% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 139 - color contains mainly: blue. Hex color #88508B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88508B is #77AF74. Grayscale: #676767. Windows color (decimal): -7843701 or 9130120. OLE color: 9130120.

HSL color Cylindrical-coordinate representation of color #88508B: hue angle of 296.95º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #88508B is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 136 80 139 -
CMYK 0.02 0.42 0 0.45
HSL 296.95º 0.27% 0.43% -
HSV(B) 296.95º 0.42% 0.55% -
XYZ 17.68 12.84 25.97 -
YUV 103.47 148.05 151.2 -
System Red Green Blue C M Y K H S L
Decimal 136 80 139 0.02 0.42 0 0.45 296.95 0.27 0.43
Hex 88 50 8B 2 2A 0 2D 129 1B 2B
Octal 210 120 213 2 52 0 55 451 33 53
Binary 10001000 1010000 10001011 10 101010 0 101101 100101001 11011 101011

Color Harmonies of #88508B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88508B

Black with #88508B

Text Example


Text Example

White with #88508B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,80,139); }

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

background-color css

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

 a { background-color: rgb(136,80,139); }

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

border-color css

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

 span { border-color: rgb(136,80,139); }

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