Html Css Color HEX #875388 Trendy Pink

📋 copy color: '#875388'

red 135 ◦ green 83 ◦ blue 136

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

Shades of Trendy Pink #875388

Tints of Trendy Pink #875388

RGB

 RED value IS 135 (53.13% from 255) = 38.14%

 GREEN value IS 83 (32.81% from 255) = 23.45%

 BLUE value IS 136 (53.52% from 255) = 38.42%

R = 38.14%
G = 23.45%
B = 38.42%

CMYK

 C value IS 0.01

 M value IS 0.39

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#875388 (or 0x875388) is known color: Trendy Pink. HEX triplet: 87, 53 and 88. RGB value is (135,83,136). Sum of RGB (Red+Green+Blue) = 135+83+136=354 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.14% from 354); Green value is 83 (32.81% from 255 or 23.45% from 354); Blue value is 136 (53.52% from 255 or 38.42% from 354); Max value from RGB is 136 - color contains mainly: blue. Hex color #875388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875388 is #78AC77. Grayscale: #686868. Windows color (decimal): -7908472 or 8934279. OLE color: 8934279.

HSL color Cylindrical-coordinate representation of color #875388: hue angle of 298.87º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #875388 is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 83 136 -
CMYK 0.01 0.39 0 0.47
HSL 298.87º 0.24% 0.43% -
HSV(B) 298.87º 0.39% 0.53% -
XYZ 17.53 13.11 24.9 -
YUV 104.59 145.73 149.69 -
System Red Green Blue C M Y K H S L
Decimal 135 83 136 0.01 0.39 0 0.47 298.87 0.24 0.43
Hex 87 53 88 1 27 0 2F 12B 18 2B
Octal 207 123 210 1 47 0 57 453 30 53
Binary 10000111 1010011 10001000 1 100111 0 101111 100101011 11000 101011

Color Harmonies of #875388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875388

Black with #875388

Text Example


Text Example

White with #875388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875388; }

 p { color: rgb(135,83,136); }

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

background-color css

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

 a { background-color: rgb(135,83,136); }

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

border-color css

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

 span { border-color: rgb(135,83,136); }

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