Html Css Color HEX #855A7A Trendy Pink

📋 copy color: '#855A7A'

red 133 ◦ green 90 ◦ blue 122

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

Shades of Trendy Pink #855A7A

Tints of Trendy Pink #855A7A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.09%

 BLUE value IS 122 (48.05% from 255) = 35.36%

R = 38.55%
G = 26.09%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#855A7A (or 0x855A7A) is known color: Trendy Pink. HEX triplet: 85, 5A and 7A. RGB value is (133,90,122). Sum of RGB (Red+Green+Blue) = 133+90+122=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 133 - color contains mainly: red. Hex color #855A7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855A7A is #7AA585. Grayscale: #6A6A6A. Windows color (decimal): -8037766 or 8018565. OLE color: 8018565.

HSL color Cylindrical-coordinate representation of color #855A7A: hue angle of 315.35º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #855A7A is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 90 122 -
CMYK 0 0.32 0.08 0.48
HSL 315.35º 0.19% 0.44% -
HSV(B) 315.35º 0.32% 0.52% -
XYZ 16.84 13.7 20.17 -
YUV 106.51 136.75 146.9 -
System Red Green Blue C M Y K H S L
Decimal 133 90 122 0 0.32 0.08 0.48 315.35 0.19 0.44
Hex 85 5A 7A 0 20 8 30 13B 13 2C
Octal 205 132 172 0 40 10 60 473 23 54
Binary 10000101 1011010 1111010 0 100000 1000 110000 100111011 10011 101100

Color Harmonies of #855A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855A7A

Black with #855A7A

Text Example


Text Example

White with #855A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,90,122); }

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

background-color css

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

 a { background-color: rgb(133,90,122); }

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

border-color css

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

 span { border-color: rgb(133,90,122); }

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