Html Css Color HEX #855481 Trendy Pink

📋 copy color: '#855481'

red 133 ◦ green 84 ◦ blue 129

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

Shades of Trendy Pink #855481

Tints of Trendy Pink #855481

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.28%

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

R = 38.44%
G = 24.28%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

#855481 (or 0x855481) is known color: Trendy Pink. HEX triplet: 85, 54 and 81. RGB value is (133,84,129). Sum of RGB (Red+Green+Blue) = 133+84+129=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 129 (50.78% from 255 or 37.28% from 346); Max value from RGB is 133 - color contains mainly: red. Hex color #855481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855481 is #7AAB7E. Grayscale: #676767. Windows color (decimal): -8039295 or 8475781. OLE color: 8475781.

HSL color Cylindrical-coordinate representation of color #855481: hue angle of 304.9º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #855481 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 84 129 -
CMYK 0 0.37 0.03 0.48
HSL 304.9º 0.23% 0.43% -
HSV(B) 304.9º 0.37% 0.52% -
XYZ 16.81 12.91 22.38 -
YUV 103.78 142.23 148.84 -
System Red Green Blue C M Y K H S L
Decimal 133 84 129 0 0.37 0.03 0.48 304.9 0.23 0.43
Hex 85 54 81 0 25 3 30 131 17 2B
Octal 205 124 201 0 45 3 60 461 27 53
Binary 10000101 1010100 10000001 0 100101 11 110000 100110001 10111 101011

Color Harmonies of #855481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855481

Black with #855481

Text Example


Text Example

White with #855481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855481; }

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

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

background-color css

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

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

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

border-color css

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

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

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