Html Css Color HEX #8A71AA Deluge

📋 copy color: '#8A71AA'

red 138 ◦ green 113 ◦ blue 170

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

Shades of Deluge #8A71AA

Tints of Deluge #8A71AA

RGB

 RED value IS 138 (54.3% from 255) = 32.78%

 GREEN value IS 113 (44.53% from 255) = 26.84%

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

R = 32.78%
G = 26.84%
B = 40.38%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8A71AA (or 0x8A71AA) is known color: Deluge. HEX triplet: 8A, 71 and AA. RGB value is (138,113,170). Sum of RGB (Red+Green+Blue) = 138+113+170=421 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.78% from 421); Green value is 113 (44.53% from 255 or 26.84% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 170 - color contains mainly: blue. Hex color #8A71AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A71AA is #758E55. Grayscale: #7E7E7E. Windows color (decimal): -7704150 or 11170186. OLE color: 11170186.

HSL color Cylindrical-coordinate representation of color #8A71AA: hue angle of 266.32º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8A71AA is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 138 113 170 -
CMYK 0.19 0.34 0 0.33
HSL 266.32º 0.25% 0.55% -
HSV(B) 266.32º 0.34% 0.67% -
XYZ 23.64 20.12 40.67 -
YUV 126.97 152.28 135.87 -
System Red Green Blue C M Y K H S L
Decimal 138 113 170 0.19 0.34 0 0.33 266.32 0.25 0.55
Hex 8A 71 AA 13 22 0 21 10A 19 37
Octal 212 161 252 23 42 0 41 412 31 67
Binary 10001010 1110001 10101010 10011 100010 0 100001 100001010 11001 110111

Color Harmonies of #8A71AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A71AA

Black with #8A71AA

Text Example


Text Example

White with #8A71AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,113,170); }

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

background-color css

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

 a { background-color: rgb(138,113,170); }

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

border-color css

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

 span { border-color: rgb(138,113,170); }

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