Html Css Color HEX #805D88 Trendy Pink

📋 copy color: '#805D88'

red 128 ◦ green 93 ◦ blue 136

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

Shades of Trendy Pink #805D88

Tints of Trendy Pink #805D88

RGB

 RED value IS 128 (50.39% from 255) = 35.85%

 GREEN value IS 93 (36.72% from 255) = 26.05%

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

R = 35.85%
G = 26.05%
B = 38.1%

CMYK

 C value IS 0.06

 M value IS 0.32

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#805D88 (or 0x805D88) is known color: Trendy Pink. HEX triplet: 80, 5D and 88. RGB value is (128,93,136). Sum of RGB (Red+Green+Blue) = 128+93+136=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 93 (36.72% from 255 or 26.05% from 357); Blue value is 136 (53.52% from 255 or 38.10% from 357); Max value from RGB is 136 - color contains mainly: blue. Hex color #805D88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805D88 is #7FA277. Grayscale: #6C6C6C. Windows color (decimal): -8364664 or 8936832. OLE color: 8936832.

HSL color Cylindrical-coordinate representation of color #805D88: hue angle of 288.84º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #805D88 is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 128 93 136 -
CMYK 0.06 0.32 0 0.47
HSL 288.84º 0.19% 0.45% -
HSV(B) 288.84º 0.32% 0.53% -
XYZ 17.26 14.2 25.12 -
YUV 108.37 143.6 142 -
System Red Green Blue C M Y K H S L
Decimal 128 93 136 0.06 0.32 0 0.47 288.84 0.19 0.45
Hex 80 5D 88 6 20 0 2F 121 13 2D
Octal 200 135 210 6 40 0 57 441 23 55
Binary 10000000 1011101 10001000 110 100000 0 101111 100100001 10011 101101

Color Harmonies of #805D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805D88

Black with #805D88

Text Example


Text Example

White with #805D88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805D88; }

 p { color: rgb(128,93,136); }

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

background-color css

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

 a { background-color: rgb(128,93,136); }

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

border-color css

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

 span { border-color: rgb(128,93,136); }

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