Html Css Color HEX #854D8B Trendy Pink

📋 copy color: '#854D8B'

red 133 ◦ green 77 ◦ blue 139

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

Shades of Trendy Pink #854D8B

Tints of Trendy Pink #854D8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.83%

R = 38.11%
G = 22.06%
B = 39.83%

CMYK

 C value IS 0.04

 M value IS 0.45

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#854D8B (or 0x854D8B) is known color: Trendy Pink. HEX triplet: 85, 4D and 8B. RGB value is (133,77,139). Sum of RGB (Red+Green+Blue) = 133+77+139=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 77 (30.47% from 255 or 22.06% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 139 - color contains mainly: blue. Hex color #854D8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #854D8B is #7AB274. Grayscale: #646464. Windows color (decimal): -8041077 or 9129349. OLE color: 9129349.

HSL color Cylindrical-coordinate representation of color #854D8B: hue angle of 294.19º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #854D8B is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 77 139 -
CMYK 0.04 0.45 0 0.45
HSL 294.19º 0.29% 0.42% -
HSV(B) 294.19º 0.45% 0.55% -
XYZ 16.99 12.16 25.88 -
YUV 100.81 149.55 150.96 -
System Red Green Blue C M Y K H S L
Decimal 133 77 139 0.04 0.45 0 0.45 294.19 0.29 0.42
Hex 85 4D 8B 4 2D 0 2D 126 1D 2A
Octal 205 115 213 4 55 0 55 446 35 52
Binary 10000101 1001101 10001011 100 101101 0 101101 100100110 11101 101010

Color Harmonies of #854D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854D8B

Black with #854D8B

Text Example


Text Example

White with #854D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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