Html Css Color HEX #855F81 Trendy Pink

📋 copy color: '#855F81'

red 133 ◦ green 95 ◦ blue 129

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

Shades of Trendy Pink #855F81

Tints of Trendy Pink #855F81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 36.13%

R = 37.25%
G = 26.61%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

#855F81 (or 0x855F81) is known color: Trendy Pink. HEX triplet: 85, 5F and 81. RGB value is (133,95,129). Sum of RGB (Red+Green+Blue) = 133+95+129=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 95 (37.5% from 255 or 26.61% from 357); Blue value is 129 (50.78% from 255 or 36.13% from 357); Max value from RGB is 133 - color contains mainly: red. Hex color #855F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855F81 is #7AA07E. Grayscale: #6E6E6E. Windows color (decimal): -8036479 or 8478597. OLE color: 8478597.

HSL color Cylindrical-coordinate representation of color #855F81: hue angle of 306.32º 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 #855F81 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 95 129 -
CMYK 0 0.29 0.03 0.48
HSL 306.32º 0.17% 0.45% -
HSV(B) 306.32º 0.29% 0.52% -
XYZ 17.73 14.76 22.68 -
YUV 110.24 138.59 144.24 -
System Red Green Blue C M Y K H S L
Decimal 133 95 129 0 0.29 0.03 0.48 306.32 0.17 0.45
Hex 85 5F 81 0 1D 3 30 132 11 2D
Octal 205 137 201 0 35 3 60 462 21 55
Binary 10000101 1011111 10000001 0 11101 11 110000 100110010 10001 101101

Color Harmonies of #855F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855F81

Black with #855F81

Text Example


Text Example

White with #855F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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