Html Css Color HEX #855884 Trendy Pink

📋 copy color: '#855884'

red 133 ◦ green 88 ◦ blue 132

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

Shades of Trendy Pink #855884

Tints of Trendy Pink #855884

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.93%

 BLUE value IS 132 (51.95% from 255) = 37.39%

R = 37.68%
G = 24.93%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#855884 (or 0x855884) is known color: Trendy Pink. HEX triplet: 85, 58 and 84. RGB value is (133,88,132). Sum of RGB (Red+Green+Blue) = 133+88+132=353 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.68% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 132 (51.95% from 255 or 37.39% from 353); Max value from RGB is 133 - color contains mainly: red. Hex color #855884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855884 is #7AA77B. Grayscale: #6A6A6A. Windows color (decimal): -8038268 or 8673413. OLE color: 8673413.

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

Color convert

RGB 133 88 132 -
CMYK 0 0.34 0.01 0.48
HSL 301.33º 0.2% 0.43% -
HSV(B) 301.33º 0.34% 0.52% -
XYZ 17.33 13.63 23.55 -
YUV 106.47 142.41 146.92 -
System Red Green Blue C M Y K H S L
Decimal 133 88 132 0 0.34 0.01 0.48 301.33 0.2 0.43
Hex 85 58 84 0 22 1 30 12D 14 2B
Octal 205 130 204 0 42 1 60 455 24 53
Binary 10000101 1011000 10000100 0 100010 1 110000 100101101 10100 101011

Color Harmonies of #855884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855884

Black with #855884

Text Example


Text Example

White with #855884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855884; }

 p { color: rgb(133,88,132); }

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

background-color css

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

 a { background-color: rgb(133,88,132); }

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

border-color css

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

 span { border-color: rgb(133,88,132); }

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