Html Css Color HEX #88759F Deluge

📋 copy color: '#88759F'

red 136 ◦ green 117 ◦ blue 159

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

Shades of Deluge #88759F

Tints of Deluge #88759F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.59%

R = 33.01%
G = 28.4%
B = 38.59%

CMYK

 C value IS 0.14

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#88759F (or 0x88759F) is known color: Deluge. HEX triplet: 88, 75 and 9F. RGB value is (136,117,159). Sum of RGB (Red+Green+Blue) = 136+117+159=412 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.01% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 159 (62.5% from 255 or 38.59% from 412); Max value from RGB is 159 - color contains mainly: blue. Hex color #88759F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88759F is #778A60. Grayscale: #7F7F7F. Windows color (decimal): -7834209 or 10450312. OLE color: 10450312.

HSL color Cylindrical-coordinate representation of color #88759F: hue angle of 267.14º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #88759F is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 136 117 159 -
CMYK 0.14 0.26 0 0.38
HSL 267.14º 0.18% 0.54% -
HSV(B) 267.14º 0.26% 0.62% -
XYZ 22.77 20.46 35.55 -
YUV 127.47 145.79 134.08 -
System Red Green Blue C M Y K H S L
Decimal 136 117 159 0.14 0.26 0 0.38 267.14 0.18 0.54
Hex 88 75 9F E 1A 0 26 10B 12 36
Octal 210 165 237 16 32 0 46 413 22 66
Binary 10001000 1110101 10011111 1110 11010 0 100110 100001011 10010 110110

Color Harmonies of #88759F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88759F

Black with #88759F

Text Example


Text Example

White with #88759F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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