Html Css Color HEX #8A76AA Deluge

📋 copy color: '#8A76AA'

red 138 ◦ green 118 ◦ blue 170

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

Shades of Deluge #8A76AA

Tints of Deluge #8A76AA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.7%

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

R = 32.39%
G = 27.7%
B = 39.91%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8A76AA (or 0x8A76AA) is known color: Deluge. HEX triplet: 8A, 76 and AA. RGB value is (138,118,170). Sum of RGB (Red+Green+Blue) = 138+118+170=426 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.39% from 426); Green value is 118 (46.48% from 255 or 27.70% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 170 - color contains mainly: blue. Hex color #8A76AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A76AA is #758955. Grayscale: #818181. Windows color (decimal): -7702870 or 11171466. OLE color: 11171466.

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

Color convert

RGB 138 118 170 -
CMYK 0.19 0.31 0 0.33
HSL 263.08º 0.23% 0.56% -
HSV(B) 263.08º 0.31% 0.67% -
XYZ 24.22 21.26 40.86 -
YUV 129.91 150.63 133.77 -
System Red Green Blue C M Y K H S L
Decimal 138 118 170 0.19 0.31 0 0.33 263.08 0.23 0.56
Hex 8A 76 AA 13 1F 0 21 107 17 38
Octal 212 166 252 23 37 0 41 407 27 70
Binary 10001010 1110110 10101010 10011 11111 0 100001 100000111 10111 111000

Color Harmonies of #8A76AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A76AA

Black with #8A76AA

Text Example


Text Example

White with #8A76AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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