Html Css Color HEX #855188 Trendy Pink

📋 copy color: '#855188'

red 133 ◦ green 81 ◦ blue 136

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

Shades of Trendy Pink #855188

Tints of Trendy Pink #855188

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.14%

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

R = 38%
G = 23.14%
B = 38.86%

CMYK

 C value IS 0.02

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#855188 (or 0x855188) is known color: Trendy Pink. HEX triplet: 85, 51 and 88. RGB value is (133,81,136). Sum of RGB (Red+Green+Blue) = 133+81+136=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 136 (53.52% from 255 or 38.86% from 350); Max value from RGB is 136 - color contains mainly: blue. Hex color #855188 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855188 is #7AAE77. Grayscale: #666666. Windows color (decimal): -8040056 or 8933765. OLE color: 8933765.

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

Color convert

RGB 133 81 136 -
CMYK 0.02 0.40 0 0.47
HSL 296.73º 0.25% 0.43% -
HSV(B) 296.73º 0.4% 0.53% -
XYZ 17.06 12.65 24.83 -
YUV 102.82 146.73 149.53 -
System Red Green Blue C M Y K H S L
Decimal 133 81 136 0.02 0.40 0 0.47 296.73 0.25 0.43
Hex 85 51 88 2 28 0 2F 129 19 2B
Octal 205 121 210 2 50 0 57 451 31 53
Binary 10000101 1010001 10001000 10 101000 0 101111 100101001 11001 101011

Color Harmonies of #855188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855188

Black with #855188

Text Example


Text Example

White with #855188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855188; }

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

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

background-color css

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

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

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

border-color css

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

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

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