Html Css Color HEX #8A7AAA Deluge

📋 copy color: '#8A7AAA'

red 138 ◦ green 122 ◦ blue 170

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

Shades of Deluge #8A7AAA

Tints of Deluge #8A7AAA

RGB

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

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

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

R = 32.09%
G = 28.37%
B = 39.53%

CMYK

 C value IS 0.19

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8A7AAA (or 0x8A7AAA) is known color: Deluge. HEX triplet: 8A, 7A and AA. RGB value is (138,122,170). Sum of RGB (Red+Green+Blue) = 138+122+170=430 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.09% from 430); Green value is 122 (48.05% from 255 or 28.37% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 170 - color contains mainly: blue. Hex color #8A7AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7AAA is #758555. Grayscale: #848484. Windows color (decimal): -7701846 or 11172490. OLE color: 11172490.

HSL color Cylindrical-coordinate representation of color #8A7AAA: hue angle of 260º 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 #8A7AAA is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 138 122 170 -
CMYK 0.19 0.28 0 0.33
HSL 260º 0.22% 0.57% -
HSV(B) 260º 0.28% 0.67% -
XYZ 24.7 22.22 41.02 -
YUV 132.26 149.3 132.1 -
System Red Green Blue C M Y K H S L
Decimal 138 122 170 0.19 0.28 0 0.33 260 0.22 0.57
Hex 8A 7A AA 13 1C 0 21 104 16 39
Octal 212 172 252 23 34 0 41 404 26 71
Binary 10001010 1111010 10101010 10011 11100 0 100001 100000100 10110 111001

Color Harmonies of #8A7AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7AAA

Black with #8A7AAA

Text Example


Text Example

White with #8A7AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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