Html Css Color HEX #854479 Trendy Pink

📋 copy color: '#854479'

red 133 ◦ green 68 ◦ blue 121

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

Shades of Trendy Pink #854479

Tints of Trendy Pink #854479

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.12%

 BLUE value IS 121 (47.66% from 255) = 37.58%

R = 41.3%
G = 21.12%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#854479 (or 0x854479) is known color: Trendy Pink. HEX triplet: 85, 44 and 79. RGB value is (133,68,121). Sum of RGB (Red+Green+Blue) = 133+68+121=322 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.30% from 322); Green value is 68 (26.95% from 255 or 21.12% from 322); Blue value is 121 (47.66% from 255 or 37.58% from 322); Max value from RGB is 133 - color contains mainly: red. Hex color #854479 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854479 is #7ABB86. Grayscale: #5D5D5D. Windows color (decimal): -8043399 or 7947397. OLE color: 7947397.

HSL color Cylindrical-coordinate representation of color #854479: hue angle of 311.08º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #854479 is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 68 121 -
CMYK 0 0.49 0.09 0.48
HSL 311.08º 0.32% 0.39% -
HSV(B) 311.08º 0.49% 0.52% -
XYZ 15.19 10.5 19.32 -
YUV 93.48 143.53 156.19 -
System Red Green Blue C M Y K H S L
Decimal 133 68 121 0 0.49 0.09 0.48 311.08 0.32 0.39
Hex 85 44 79 0 31 9 30 137 20 27
Octal 205 104 171 0 61 11 60 467 40 47
Binary 10000101 1000100 1111001 0 110001 1001 110000 100110111 100000 100111

Color Harmonies of #854479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854479

Black with #854479

Text Example


Text Example

White with #854479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854479; }

 p { color: rgb(133,68,121); }

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

background-color css

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

 a { background-color: rgb(133,68,121); }

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

border-color css

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

 span { border-color: rgb(133,68,121); }

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