Html Css Color HEX #887994 Topaz

📋 copy color: '#887994'

red 136 ◦ green 121 ◦ blue 148

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

Shades of Topaz #887994

Tints of Topaz #887994

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.88%

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

R = 33.58%
G = 29.88%
B = 36.54%

CMYK

 C value IS 0.08

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#887994 (or 0x887994) is known color: Topaz. HEX triplet: 88, 79 and 94. RGB value is (136,121,148). Sum of RGB (Red+Green+Blue) = 136+121+148=405 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.58% from 405); Green value is 121 (47.66% from 255 or 29.88% from 405); Blue value is 148 (58.20% from 255 or 36.54% from 405); Max value from RGB is 148 - color contains mainly: blue. Hex color #887994 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887994 is #77866B. Grayscale: #808080. Windows color (decimal): -7833196 or 9730440. OLE color: 9730440.

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

Color convert

RGB 136 121 148 -
CMYK 0.08 0.18 0 0.42
HSL 273.33º 0.11% 0.53% -
HSV(B) 273.33º 0.18% 0.58% -
XYZ 22.34 21.05 30.9 -
YUV 128.56 138.97 133.3 -
System Red Green Blue C M Y K H S L
Decimal 136 121 148 0.08 0.18 0 0.42 273.33 0.11 0.53
Hex 88 79 94 8 12 0 2A 111 B 35
Octal 210 171 224 10 22 0 52 421 13 65
Binary 10001000 1111001 10010100 1000 10010 0 101010 100010001 1011 110101

Color Harmonies of #887994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887994

Black with #887994

Text Example


Text Example

White with #887994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887994; }

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

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

background-color css

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

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

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

border-color css

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

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

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