Html Css Color HEX #856085 Trendy Pink

📋 copy color: '#856085'

red 133 ◦ green 96 ◦ blue 133

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

Shades of Trendy Pink #856085

Tints of Trendy Pink #856085

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.52%

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

R = 36.74%
G = 26.52%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#856085 (or 0x856085) is known color: Trendy Pink. HEX triplet: 85, 60 and 85. RGB value is (133,96,133). Sum of RGB (Red+Green+Blue) = 133+96+133=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 133 (52.34% from 255 or 36.74% from 362); Max value from RGB is 133 - color contains mainly: red, blue. Hex color #856085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856085 is #7A9F7A. Grayscale: #6F6F6F. Windows color (decimal): -8036219 or 8740997. OLE color: 8740997.

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

Color convert

RGB 133 96 133 -
CMYK 0 0.28 0 0.48
HSL 300º 0.16% 0.45% -
HSV(B) 300º 0.28% 0.52% -
XYZ 18.09 15.05 24.14 -
YUV 111.28 140.26 143.49 -
System Red Green Blue C M Y K H S L
Decimal 133 96 133 0 0.28 0 0.48 300 0.16 0.45
Hex 85 60 85 0 1C 0 30 12C 10 2D
Octal 205 140 205 0 34 0 60 454 20 55
Binary 10000101 1100000 10000101 0 11100 0 110000 100101100 10000 101101

Color Harmonies of #856085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856085

Black with #856085

Text Example


Text Example

White with #856085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856085; }

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

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

background-color css

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

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

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

border-color css

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

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

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