Html Css Color HEX #854B85 Trendy Pink

📋 copy color: '#854B85'

red 133 ◦ green 75 ◦ blue 133

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

Shades of Trendy Pink #854B85

Tints of Trendy Pink #854B85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 39%

R = 39%
G = 21.99%
B = 39%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#854B85 (or 0x854B85) is known color: Trendy Pink. HEX triplet: 85, 4B and 85. RGB value is (133,75,133). Sum of RGB (Red+Green+Blue) = 133+75+133=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 75 (29.69% from 255 or 21.99% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 133 - color contains mainly: red, blue. Hex color #854B85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854B85 is #7AB47A. Grayscale: #626262. Windows color (decimal): -8041595 or 8735621. OLE color: 8735621.

HSL color Cylindrical-coordinate representation of color #854B85: hue angle of 300º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #854B85 is Cyan = 0, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 75 133 -
CMYK 0 0.44 0 0.48
HSL 300º 0.28% 0.41% -
HSV(B) 300º 0.44% 0.52% -
XYZ 16.42 11.71 23.59 -
YUV 98.95 147.22 152.28 -
System Red Green Blue C M Y K H S L
Decimal 133 75 133 0 0.44 0 0.48 300 0.28 0.41
Hex 85 4B 85 0 2C 0 30 12C 1C 29
Octal 205 113 205 0 54 0 60 454 34 51
Binary 10000101 1001011 10000101 0 101100 0 110000 100101100 11100 101001

Color Harmonies of #854B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854B85

Black with #854B85

Text Example


Text Example

White with #854B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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