Html Css Color HEX #85668C Trendy Pink

📋 copy color: '#85668C'

red 133 ◦ green 102 ◦ blue 140

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

Shades of Trendy Pink #85668C

Tints of Trendy Pink #85668C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.2%

 BLUE value IS 140 (55.08% from 255) = 37.33%

R = 35.47%
G = 27.2%
B = 37.33%

CMYK

 C value IS 0.05

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#85668C (or 0x85668C) is known color: Trendy Pink. HEX triplet: 85, 66 and 8C. RGB value is (133,102,140). Sum of RGB (Red+Green+Blue) = 133+102+140=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 140 - color contains mainly: blue. Hex color #85668C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85668C is #7A9973. Grayscale: #737373. Windows color (decimal): -8034676 or 9201285. OLE color: 9201285.

HSL color Cylindrical-coordinate representation of color #85668C: hue angle of 288.95º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #85668C is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 102 140 -
CMYK 0.05 0.27 0 0.45
HSL 288.95º 0.16% 0.47% -
HSV(B) 288.95º 0.27% 0.55% -
XYZ 19.16 16.38 26.96 -
YUV 115.6 141.77 140.41 -
System Red Green Blue C M Y K H S L
Decimal 133 102 140 0.05 0.27 0 0.45 288.95 0.16 0.47
Hex 85 66 8C 5 1B 0 2D 121 10 2F
Octal 205 146 214 5 33 0 55 441 20 57
Binary 10000101 1100110 10001100 101 11011 0 101101 100100001 10000 101111

Color Harmonies of #85668C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85668C

Black with #85668C

Text Example


Text Example

White with #85668C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85668C; }

 p { color: rgb(133,102,140); }

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

background-color css

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

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

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

border-color css

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

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

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