Html Css Color HEX #8A7AAB Deluge

📋 copy color: '#8A7AAB'

red 138 ◦ green 122 ◦ blue 171

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

Shades of Deluge #8A7AAB

Tints of Deluge #8A7AAB

RGB

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

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

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

R = 32.02%
G = 28.31%
B = 39.68%

CMYK

 C value IS 0.19

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8A7AAB (or 0x8A7AAB) is known color: Deluge. HEX triplet: 8A, 7A and AB. RGB value is (138,122,171). Sum of RGB (Red+Green+Blue) = 138+122+171=431 (57% of max value = 765). Red value is 138 (54.30% from 255 or 32.02% from 431); Green value is 122 (48.05% from 255 or 28.31% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 171 - color contains mainly: blue. Hex color #8A7AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7AAB is #758554. Grayscale: #848484. Windows color (decimal): -7701845 or 11238026. OLE color: 11238026.

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

Color convert

RGB 138 122 171 -
CMYK 0.19 0.29 0 0.33
HSL 259.59º 0.23% 0.57% -
HSV(B) 259.59º 0.29% 0.67% -
XYZ 24.79 22.26 41.52 -
YUV 132.37 149.8 132.02 -
System Red Green Blue C M Y K H S L
Decimal 138 122 171 0.19 0.29 0 0.33 259.59 0.23 0.57
Hex 8A 7A AB 13 1D 0 21 104 17 39
Octal 212 172 253 23 35 0 41 404 27 71
Binary 10001010 1111010 10101011 10011 11101 0 100001 100000100 10111 111001

Color Harmonies of #8A7AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7AAB

Black with #8A7AAB

Text Example


Text Example

White with #8A7AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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