Html Css Color HEX #854D88 Trendy Pink

📋 copy color: '#854D88'

red 133 ◦ green 77 ◦ blue 136

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

Shades of Trendy Pink #854D88

Tints of Trendy Pink #854D88

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.25%

 BLUE value IS 136 (53.52% from 255) = 39.31%

R = 38.44%
G = 22.25%
B = 39.31%

CMYK

 C value IS 0.02

 M value IS 0.43

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#854D88 (or 0x854D88) is known color: Trendy Pink. HEX triplet: 85, 4D and 88. RGB value is (133,77,136). Sum of RGB (Red+Green+Blue) = 133+77+136=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 136 - color contains mainly: blue. Hex color #854D88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #854D88 is #7AB277. Grayscale: #646464. Windows color (decimal): -8041080 or 8932741. OLE color: 8932741.

HSL color Cylindrical-coordinate representation of color #854D88: hue angle of 296.95º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #854D88 is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 77 136 -
CMYK 0.02 0.43 0 0.47
HSL 296.95º 0.28% 0.42% -
HSV(B) 296.95º 0.43% 0.53% -
XYZ 16.77 12.07 24.74 -
YUV 100.47 148.05 151.2 -
System Red Green Blue C M Y K H S L
Decimal 133 77 136 0.02 0.43 0 0.47 296.95 0.28 0.42
Hex 85 4D 88 2 2B 0 2F 129 1C 2A
Octal 205 115 210 2 53 0 57 451 34 52
Binary 10000101 1001101 10001000 10 101011 0 101111 100101001 11100 101010

Color Harmonies of #854D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854D88

Black with #854D88

Text Example


Text Example

White with #854D88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854D88; }

 p { color: rgb(133,77,136); }

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

background-color css

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

 a { background-color: rgb(133,77,136); }

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

border-color css

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

 span { border-color: rgb(133,77,136); }

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