Html Css Color HEX #855482 Trendy Pink

📋 copy color: '#855482'

red 133 ◦ green 84 ◦ blue 130

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

Shades of Trendy Pink #855482

Tints of Trendy Pink #855482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 37.46%

R = 38.33%
G = 24.21%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#855482 (or 0x855482) is known color: Trendy Pink. HEX triplet: 85, 54 and 82. RGB value is (133,84,130). Sum of RGB (Red+Green+Blue) = 133+84+130=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 130 (51.17% from 255 or 37.46% from 347); Max value from RGB is 133 - color contains mainly: red. Hex color #855482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855482 is #7AAB7D. Grayscale: #676767. Windows color (decimal): -8039294 or 8541317. OLE color: 8541317.

HSL color Cylindrical-coordinate representation of color #855482: hue angle of 303.67º 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 #855482 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 84 130 -
CMYK 0 0.37 0.02 0.48
HSL 303.67º 0.23% 0.43% -
HSV(B) 303.67º 0.37% 0.52% -
XYZ 16.87 12.94 22.73 -
YUV 103.9 142.73 148.76 -
System Red Green Blue C M Y K H S L
Decimal 133 84 130 0 0.37 0.02 0.48 303.67 0.23 0.43
Hex 85 54 82 0 25 2 30 130 17 2B
Octal 205 124 202 0 45 2 60 460 27 53
Binary 10000101 1010100 10000010 0 100101 10 110000 100110000 10111 101011

Color Harmonies of #855482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855482

Black with #855482

Text Example


Text Example

White with #855482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855482; }

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

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

background-color css

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

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

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

border-color css

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

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

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