Html Css Color HEX #855F7E Trendy Pink

📋 copy color: '#855F7E'

red 133 ◦ green 95 ◦ blue 126

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

Shades of Trendy Pink #855F7E

Tints of Trendy Pink #855F7E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.84%

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

R = 37.57%
G = 26.84%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#855F7E (or 0x855F7E) is known color: Trendy Pink. HEX triplet: 85, 5F and 7E. RGB value is (133,95,126). Sum of RGB (Red+Green+Blue) = 133+95+126=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 95 (37.5% from 255 or 26.84% from 354); Blue value is 126 (49.61% from 255 or 35.59% from 354); Max value from RGB is 133 - color contains mainly: red. Hex color #855F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855F7E is #7AA081. Grayscale: #6D6D6D. Windows color (decimal): -8036482 or 8281989. OLE color: 8281989.

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

Color convert

RGB 133 95 126 -
CMYK 0 0.29 0.05 0.48
HSL 311.05º 0.17% 0.45% -
HSV(B) 311.05º 0.29% 0.52% -
XYZ 17.53 14.68 21.65 -
YUV 109.9 137.09 144.48 -
System Red Green Blue C M Y K H S L
Decimal 133 95 126 0 0.29 0.05 0.48 311.05 0.17 0.45
Hex 85 5F 7E 0 1D 5 30 137 11 2D
Octal 205 137 176 0 35 5 60 467 21 55
Binary 10000101 1011111 1111110 0 11101 101 110000 100110111 10001 101101

Color Harmonies of #855F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855F7E

Black with #855F7E

Text Example


Text Example

White with #855F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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