Html Css Color HEX #85638F Trendy Pink

📋 copy color: '#85638F'

red 133 ◦ green 99 ◦ blue 143

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

Shades of Trendy Pink #85638F

Tints of Trendy Pink #85638F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.4%

 BLUE value IS 143 (56.25% from 255) = 38.13%

R = 35.47%
G = 26.4%
B = 38.13%

CMYK

 C value IS 0.07

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#85638F (or 0x85638F) is known color: Trendy Pink. HEX triplet: 85, 63 and 8F. RGB value is (133,99,143). Sum of RGB (Red+Green+Blue) = 133+99+143=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 143 (56.25% from 255 or 38.13% from 375); Max value from RGB is 143 - color contains mainly: blue. Hex color #85638F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85638F is #7A9C70. Grayscale: #727272. Windows color (decimal): -8035441 or 9397125. OLE color: 9397125.

HSL color Cylindrical-coordinate representation of color #85638F: hue angle of 286.36º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #85638F is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 133 99 143 -
CMYK 0.07 0.31 0 0.44
HSL 286.36º 0.18% 0.47% -
HSV(B) 286.36º 0.31% 0.56% -
XYZ 19.09 15.89 28.05 -
YUV 114.18 144.26 141.42 -
System Red Green Blue C M Y K H S L
Decimal 133 99 143 0.07 0.31 0 0.44 286.36 0.18 0.47
Hex 85 63 8F 7 1F 0 2C 11E 12 2F
Octal 205 143 217 7 37 0 54 436 22 57
Binary 10000101 1100011 10001111 111 11111 0 101100 100011110 10010 101111

Color Harmonies of #85638F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85638F

Black with #85638F

Text Example


Text Example

White with #85638F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85638F; }

 p { color: rgb(133,99,143); }

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

background-color css

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

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

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

border-color css

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

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

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