Html Css Color HEX #886385 Trendy Pink

📋 copy color: '#886385'

red 136 ◦ green 99 ◦ blue 133

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

Shades of Trendy Pink #886385

Tints of Trendy Pink #886385

RGB

 RED value IS 136 (53.52% from 255) = 36.96%

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

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

R = 36.96%
G = 26.9%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#886385 (or 0x886385) is known color: Trendy Pink. HEX triplet: 88, 63 and 85. RGB value is (136,99,133). Sum of RGB (Red+Green+Blue) = 136+99+133=368 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.96% from 368); Green value is 99 (39.06% from 255 or 26.90% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 136 - color contains mainly: red. Hex color #886385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886385 is #779C7A. Grayscale: #717171. Windows color (decimal): -7838843 or 8741768. OLE color: 8741768.

HSL color Cylindrical-coordinate representation of color #886385: hue angle of 304.86º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #886385 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 99 133 -
CMYK 0 0.27 0.02 0.47
HSL 304.86º 0.16% 0.46% -
HSV(B) 304.86º 0.27% 0.53% -
XYZ 18.85 15.85 24.26 -
YUV 113.94 138.76 143.74 -
System Red Green Blue C M Y K H S L
Decimal 136 99 133 0 0.27 0.02 0.47 304.86 0.16 0.46
Hex 88 63 85 0 1B 2 2F 131 10 2E
Octal 210 143 205 0 33 2 57 461 20 56
Binary 10001000 1100011 10000101 0 11011 10 101111 100110001 10000 101110

Color Harmonies of #886385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886385

Black with #886385

Text Example


Text Example

White with #886385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886385; }

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

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

background-color css

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

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

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

border-color css

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

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

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