Html Css Color HEX #854B88 Trendy Pink

📋 copy color: '#854B88'

red 133 ◦ green 75 ◦ blue 136

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

Shades of Trendy Pink #854B88

Tints of Trendy Pink #854B88

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.8%

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

R = 38.66%
G = 21.8%
B = 39.53%

CMYK

 C value IS 0.02

 M value IS 0.45

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#854B88 (or 0x854B88) is known color: Trendy Pink. HEX triplet: 85, 4B and 88. RGB value is (133,75,136). Sum of RGB (Red+Green+Blue) = 133+75+136=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 75 (29.69% from 255 or 21.80% from 344); Blue value is 136 (53.52% from 255 or 39.53% from 344); Max value from RGB is 136 - color contains mainly: blue. Hex color #854B88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854B88 is #7AB477. Grayscale: #636363. Windows color (decimal): -8041592 or 8932229. OLE color: 8932229.

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

Color convert

RGB 133 75 136 -
CMYK 0.02 0.45 0 0.47
HSL 297.05º 0.29% 0.41% -
HSV(B) 297.05º 0.45% 0.53% -
XYZ 16.63 11.8 24.69 -
YUV 99.3 148.72 152.04 -
System Red Green Blue C M Y K H S L
Decimal 133 75 136 0.02 0.45 0 0.47 297.05 0.29 0.41
Hex 85 4B 88 2 2D 0 2F 129 1D 29
Octal 205 113 210 2 55 0 57 451 35 51
Binary 10000101 1001011 10001000 10 101101 0 101111 100101001 11101 101001

Color Harmonies of #854B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854B88

Black with #854B88

Text Example


Text Example

White with #854B88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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