Html Css Color HEX #855488 Trendy Pink

📋 copy color: '#855488'

red 133 ◦ green 84 ◦ blue 136

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

Shades of Trendy Pink #855488

Tints of Trendy Pink #855488

RGB

 RED value IS 133 (52.34% from 255) = 37.68%

 GREEN value IS 84 (33.2% from 255) = 23.8%

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

R = 37.68%
G = 23.8%
B = 38.53%

CMYK

 C value IS 0.02

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#855488 (or 0x855488) is known color: Trendy Pink. HEX triplet: 85, 54 and 88. RGB value is (133,84,136). Sum of RGB (Red+Green+Blue) = 133+84+136=353 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.68% from 353); Green value is 84 (33.20% from 255 or 23.80% from 353); Blue value is 136 (53.52% from 255 or 38.53% from 353); Max value from RGB is 136 - color contains mainly: blue. Hex color #855488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855488 is #7AAB77. Grayscale: #686868. Windows color (decimal): -8039288 or 8934533. OLE color: 8934533.

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

Color convert

RGB 133 84 136 -
CMYK 0.02 0.38 0 0.47
HSL 296.54º 0.24% 0.43% -
HSV(B) 296.54º 0.38% 0.53% -
XYZ 17.29 13.1 24.91 -
YUV 104.58 145.73 148.27 -
System Red Green Blue C M Y K H S L
Decimal 133 84 136 0.02 0.38 0 0.47 296.54 0.24 0.43
Hex 85 54 88 2 26 0 2F 129 18 2B
Octal 205 124 210 2 46 0 57 451 30 53
Binary 10000101 1010100 10001000 10 100110 0 101111 100101001 11000 101011

Color Harmonies of #855488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855488

Black with #855488

Text Example


Text Example

White with #855488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855488; }

 p { color: rgb(133,84,136); }

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

background-color css

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

 a { background-color: rgb(133,84,136); }

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

border-color css

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

 span { border-color: rgb(133,84,136); }

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