Html Css Color HEX #8D7AAB Deluge

📋 copy color: '#8D7AAB'

red 141 ◦ green 122 ◦ blue 171

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

Shades of Deluge #8D7AAB

Tints of Deluge #8D7AAB

RGB

 RED value IS 141 (55.47% from 255) = 32.49%

 GREEN value IS 122 (48.05% from 255) = 28.11%

 BLUE value IS 171 (67.19% from 255) = 39.4%

R = 32.49%
G = 28.11%
B = 39.4%

CMYK

 C value IS 0.18

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8D7AAB (or 0x8D7AAB) is known color: Deluge. HEX triplet: 8D, 7A and AB. RGB value is (141,122,171). Sum of RGB (Red+Green+Blue) = 141+122+171=434 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.49% from 434); Green value is 122 (48.05% from 255 or 28.11% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 171 - color contains mainly: blue. Hex color #8D7AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7AAB is #728554. Grayscale: #858585. Windows color (decimal): -7505237 or 11238029. OLE color: 11238029.

HSL color Cylindrical-coordinate representation of color #8D7AAB: hue angle of 263.27º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8D7AAB is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 141 122 171 -
CMYK 0.18 0.29 0 0.33
HSL 263.27º 0.23% 0.57% -
HSV(B) 263.27º 0.29% 0.67% -
XYZ 25.29 22.52 41.54 -
YUV 133.27 149.29 133.52 -
System Red Green Blue C M Y K H S L
Decimal 141 122 171 0.18 0.29 0 0.33 263.27 0.23 0.57
Hex 8D 7A AB 12 1D 0 21 107 17 39
Octal 215 172 253 22 35 0 41 407 27 71
Binary 10001101 1111010 10101011 10010 11101 0 100001 100000111 10111 111001

Color Harmonies of #8D7AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7AAB

Black with #8D7AAB

Text Example


Text Example

White with #8D7AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D7AAB; }

 p { color: rgb(141,122,171); }

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

background-color css

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

 a { background-color: rgb(141,122,171); }

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

border-color css

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

 span { border-color: rgb(141,122,171); }

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