Html Css Color HEX #855D7E Trendy Pink

📋 copy color: '#855D7E'

red 133 ◦ green 93 ◦ blue 126

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

Shades of Trendy Pink #855D7E

Tints of Trendy Pink #855D7E

RGB

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

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

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

R = 37.78%
G = 26.42%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#855D7E (or 0x855D7E) is known color: Trendy Pink. HEX triplet: 85, 5D and 7E. RGB value is (133,93,126). Sum of RGB (Red+Green+Blue) = 133+93+126=352 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.78% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 133 - color contains mainly: red. Hex color #855D7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855D7E is #7AA281. Grayscale: #6C6C6C. Windows color (decimal): -8036994 or 8281477. OLE color: 8281477.

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

Color convert

RGB 133 93 126 -
CMYK 0 0.30 0.05 0.48
HSL 310.5º 0.18% 0.44% -
HSV(B) 310.5º 0.3% 0.52% -
XYZ 17.35 14.32 21.59 -
YUV 108.72 137.75 145.32 -
System Red Green Blue C M Y K H S L
Decimal 133 93 126 0 0.30 0.05 0.48 310.5 0.18 0.44
Hex 85 5D 7E 0 1E 5 30 136 12 2C
Octal 205 135 176 0 36 5 60 466 22 54
Binary 10000101 1011101 1111110 0 11110 101 110000 100110110 10010 101100

Color Harmonies of #855D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855D7E

Black with #855D7E

Text Example


Text Example

White with #855D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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