Html Css Color HEX #8D7AAA Deluge

📋 copy color: '#8D7AAA'

red 141 ◦ green 122 ◦ blue 170

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

Shades of Deluge #8D7AAA

Tints of Deluge #8D7AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.26%

R = 32.56%
G = 28.18%
B = 39.26%

CMYK

 C value IS 0.17

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8D7AAA (or 0x8D7AAA) is known color: Deluge. HEX triplet: 8D, 7A and AA. RGB value is (141,122,170). Sum of RGB (Red+Green+Blue) = 141+122+170=433 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.56% from 433); Green value is 122 (48.05% from 255 or 28.18% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 170 - color contains mainly: blue. Hex color #8D7AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7AAA is #728555. Grayscale: #848484. Windows color (decimal): -7505238 or 11172493. OLE color: 11172493.

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

Color convert

RGB 141 122 170 -
CMYK 0.17 0.28 0 0.33
HSL 263.75º 0.22% 0.57% -
HSV(B) 263.75º 0.28% 0.67% -
XYZ 25.2 22.48 41.04 -
YUV 133.15 148.79 133.6 -
System Red Green Blue C M Y K H S L
Decimal 141 122 170 0.17 0.28 0 0.33 263.75 0.22 0.57
Hex 8D 7A AA 11 1C 0 21 108 16 39
Octal 215 172 252 21 34 0 41 410 26 71
Binary 10001101 1111010 10101010 10001 11100 0 100001 100001000 10110 111001

Color Harmonies of #8D7AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7AAA

Black with #8D7AAA

Text Example


Text Example

White with #8D7AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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