Html Css Color HEX #855A7E Trendy Pink

📋 copy color: '#855A7E'

red 133 ◦ green 90 ◦ blue 126

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

Shades of Trendy Pink #855A7E

Tints of Trendy Pink #855A7E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.79%

 BLUE value IS 126 (49.61% from 255) = 36.1%

R = 38.11%
G = 25.79%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#855A7E (or 0x855A7E) is known color: Trendy Pink. HEX triplet: 85, 5A and 7E. RGB value is (133,90,126). Sum of RGB (Red+Green+Blue) = 133+90+126=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 90 (35.55% from 255 or 25.79% from 349); Blue value is 126 (49.61% from 255 or 36.10% from 349); Max value from RGB is 133 - color contains mainly: red. Hex color #855A7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855A7E is #7AA581. Grayscale: #6A6A6A. Windows color (decimal): -8037762 or 8280709. OLE color: 8280709.

HSL color Cylindrical-coordinate representation of color #855A7E: hue angle of 309.77º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #855A7E is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 90 126 -
CMYK 0 0.32 0.05 0.48
HSL 309.77º 0.19% 0.44% -
HSV(B) 309.77º 0.32% 0.52% -
XYZ 17.09 13.81 21.5 -
YUV 106.96 138.75 146.57 -
System Red Green Blue C M Y K H S L
Decimal 133 90 126 0 0.32 0.05 0.48 309.77 0.19 0.44
Hex 85 5A 7E 0 20 5 30 136 13 2C
Octal 205 132 176 0 40 5 60 466 23 54
Binary 10000101 1011010 1111110 0 100000 101 110000 100110110 10011 101100

Color Harmonies of #855A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855A7E

Black with #855A7E

Text Example


Text Example

White with #855A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855A7E; }

 p { color: rgb(133,90,126); }

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

background-color css

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

 a { background-color: rgb(133,90,126); }

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

border-color css

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

 span { border-color: rgb(133,90,126); }

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