Html Css Color HEX #855086 Trendy Pink

📋 copy color: '#855086'

red 133 ◦ green 80 ◦ blue 134

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

Shades of Trendy Pink #855086

Tints of Trendy Pink #855086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 38.62%

R = 38.33%
G = 23.05%
B = 38.62%

CMYK

 C value IS 0.01

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#855086 (or 0x855086) is known color: Trendy Pink. HEX triplet: 85, 50 and 86. RGB value is (133,80,134). Sum of RGB (Red+Green+Blue) = 133+80+134=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 134 (52.73% from 255 or 38.62% from 347); Max value from RGB is 134 - color contains mainly: blue. Hex color #855086 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855086 is #7AAF79. Grayscale: #656565. Windows color (decimal): -8040314 or 8802437. OLE color: 8802437.

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

Color convert

RGB 133 80 134 -
CMYK 0.01 0.40 0 0.47
HSL 298.89º 0.25% 0.42% -
HSV(B) 298.89º 0.4% 0.53% -
XYZ 16.84 12.45 24.07 -
YUV 102 146.06 150.11 -
System Red Green Blue C M Y K H S L
Decimal 133 80 134 0.01 0.40 0 0.47 298.89 0.25 0.42
Hex 85 50 86 1 28 0 2F 12B 19 2A
Octal 205 120 206 1 50 0 57 453 31 52
Binary 10000101 1010000 10000110 1 101000 0 101111 100101011 11001 101010

Color Harmonies of #855086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855086

Black with #855086

Text Example


Text Example

White with #855086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855086; }

 p { color: rgb(133,80,134); }

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

background-color css

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

 a { background-color: rgb(133,80,134); }

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

border-color css

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

 span { border-color: rgb(133,80,134); }

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