Html Css Color HEX #886093 Trendy Pink

📋 copy color: '#886093'

red 136 ◦ green 96 ◦ blue 147

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

Shades of Trendy Pink #886093

Tints of Trendy Pink #886093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 38.79%

R = 35.88%
G = 25.33%
B = 38.79%

CMYK

 C value IS 0.07

 M value IS 0.35

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#886093 (or 0x886093) is known color: Trendy Pink. HEX triplet: 88, 60 and 93. RGB value is (136,96,147). Sum of RGB (Red+Green+Blue) = 136+96+147=379 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.88% from 379); Green value is 96 (37.89% from 255 or 25.33% from 379); Blue value is 147 (57.81% from 255 or 38.79% from 379); Max value from RGB is 147 - color contains mainly: blue. Hex color #886093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886093 is #779F6C. Grayscale: #717171. Windows color (decimal): -7839597 or 9658504. OLE color: 9658504.

HSL color Cylindrical-coordinate representation of color #886093: hue angle of 287.06º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #886093 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 96 147 -
CMYK 0.07 0.35 0 0.42
HSL 287.06º 0.21% 0.48% -
HSV(B) 287.06º 0.35% 0.58% -
XYZ 19.6 15.71 29.6 -
YUV 113.77 146.75 143.85 -
System Red Green Blue C M Y K H S L
Decimal 136 96 147 0.07 0.35 0 0.42 287.06 0.21 0.48
Hex 88 60 93 7 23 0 2A 11F 15 30
Octal 210 140 223 7 43 0 52 437 25 60
Binary 10001000 1100000 10010011 111 100011 0 101010 100011111 10101 110000

Color Harmonies of #886093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886093

Black with #886093

Text Example


Text Example

White with #886093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886093; }

 p { color: rgb(136,96,147); }

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

background-color css

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

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

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

border-color css

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

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

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