Html Css Color HEX #887594 Topaz

📋 copy color: '#887594'

red 136 ◦ green 117 ◦ blue 148

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

Shades of Topaz #887594

Tints of Topaz #887594

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.18%

 BLUE value IS 148 (58.2% from 255) = 36.91%

R = 33.92%
G = 29.18%
B = 36.91%

CMYK

 C value IS 0.08

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#887594 (or 0x887594) is known color: Topaz. HEX triplet: 88, 75 and 94. RGB value is (136,117,148). Sum of RGB (Red+Green+Blue) = 136+117+148=401 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.92% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 148 (58.20% from 255 or 36.91% from 401); Max value from RGB is 148 - color contains mainly: blue. Hex color #887594 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887594 is #778A6B. Grayscale: #7E7E7E. Windows color (decimal): -7834220 or 9729416. OLE color: 9729416.

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

Color convert

RGB 136 117 148 -
CMYK 0.08 0.21 0 0.42
HSL 276.77º 0.13% 0.52% -
HSV(B) 276.77º 0.21% 0.58% -
XYZ 21.86 20.09 30.74 -
YUV 126.22 140.29 134.98 -
System Red Green Blue C M Y K H S L
Decimal 136 117 148 0.08 0.21 0 0.42 276.77 0.13 0.52
Hex 88 75 94 8 15 0 2A 115 D 34
Octal 210 165 224 10 25 0 52 425 15 64
Binary 10001000 1110101 10010100 1000 10101 0 101010 100010101 1101 110100

Color Harmonies of #887594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887594

Black with #887594

Text Example


Text Example

White with #887594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887594; }

 p { color: rgb(136,117,148); }

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

background-color css

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

 a { background-color: rgb(136,117,148); }

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

border-color css

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

 span { border-color: rgb(136,117,148); }

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