Html Css Color HEX #886DAD Deluge

📋 copy color: '#886DAD'

red 136 ◦ green 109 ◦ blue 173

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

Shades of Deluge #886DAD

Tints of Deluge #886DAD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.08%

 BLUE value IS 173 (67.97% from 255) = 41.39%

R = 32.54%
G = 26.08%
B = 41.39%

CMYK

 C value IS 0.21

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#886DAD (or 0x886DAD) is known color: Deluge. HEX triplet: 88, 6D and AD. RGB value is (136,109,173). Sum of RGB (Red+Green+Blue) = 136+109+173=418 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.54% from 418); Green value is 109 (42.97% from 255 or 26.08% from 418); Blue value is 173 (67.97% from 255 or 41.39% from 418); Max value from RGB is 173 - color contains mainly: blue. Hex color #886DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886DAD is #779252. Grayscale: #7C7C7C. Windows color (decimal): -7836243 or 11365768. OLE color: 11365768.

HSL color Cylindrical-coordinate representation of color #886DAD: hue angle of 265.31º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #886DAD is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 136 109 173 -
CMYK 0.21 0.37 0 0.32
HSL 265.31º 0.28% 0.55% -
HSV(B) 265.31º 0.37% 0.68% -
XYZ 23.16 19.19 42.02 -
YUV 124.37 155.45 136.3 -
System Red Green Blue C M Y K H S L
Decimal 136 109 173 0.21 0.37 0 0.32 265.31 0.28 0.55
Hex 88 6D AD 15 25 0 20 109 1C 37
Octal 210 155 255 25 45 0 40 411 34 67
Binary 10001000 1101101 10101101 10101 100101 0 100000 100001001 11100 110111

Color Harmonies of #886DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886DAD

Black with #886DAD

Text Example


Text Example

White with #886DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886DAD; }

 p { color: rgb(136,109,173); }

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

background-color css

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

 a { background-color: rgb(136,109,173); }

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

border-color css

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

 span { border-color: rgb(136,109,173); }

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