Html Css Color HEX #896BAD Deluge

📋 copy color: '#896BAD'

red 137 ◦ green 107 ◦ blue 173

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

Shades of Deluge #896BAD

Tints of Deluge #896BAD

RGB

 RED value IS 137 (53.91% from 255) = 32.85%

 GREEN value IS 107 (42.19% from 255) = 25.66%

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

R = 32.85%
G = 25.66%
B = 41.49%

CMYK

 C value IS 0.21

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#896BAD (or 0x896BAD) is known color: Deluge. HEX triplet: 89, 6B and AD. RGB value is (137,107,173). Sum of RGB (Red+Green+Blue) = 137+107+173=417 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.85% from 417); Green value is 107 (42.19% from 255 or 25.66% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 173 - color contains mainly: blue. Hex color #896BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896BAD is #769452. Grayscale: #7B7B7B. Windows color (decimal): -7771219 or 11365257. OLE color: 11365257.

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

Color convert

RGB 137 107 173 -
CMYK 0.21 0.38 0 0.32
HSL 267.27º 0.29% 0.55% -
HSV(B) 267.27º 0.38% 0.68% -
XYZ 23.12 18.85 41.96 -
YUV 123.49 155.94 137.63 -
System Red Green Blue C M Y K H S L
Decimal 137 107 173 0.21 0.38 0 0.32 267.27 0.29 0.55
Hex 89 6B AD 15 26 0 20 10B 1D 37
Octal 211 153 255 25 46 0 40 413 35 67
Binary 10001001 1101011 10101101 10101 100110 0 100000 100001011 11101 110111

Color Harmonies of #896BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896BAD

Black with #896BAD

Text Example


Text Example

White with #896BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896BAD; }

 p { color: rgb(137,107,173); }

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

background-color css

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

 a { background-color: rgb(137,107,173); }

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

border-color css

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

 span { border-color: rgb(137,107,173); }

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