Html Css Color HEX #8C7AAB Deluge

📋 copy color: '#8C7AAB'

red 140 ◦ green 122 ◦ blue 171

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

Shades of Deluge #8C7AAB

Tints of Deluge #8C7AAB

RGB

 RED value IS 140 (55.08% from 255) = 32.33%

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

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

R = 32.33%
G = 28.18%
B = 39.49%

CMYK

 C value IS 0.18

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8C7AAB (or 0x8C7AAB) is known color: Deluge. HEX triplet: 8C, 7A and AB. RGB value is (140,122,171). Sum of RGB (Red+Green+Blue) = 140+122+171=433 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.33% from 433); Green value is 122 (48.05% from 255 or 28.18% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C7AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7AAB is #738554. Grayscale: #848484. Windows color (decimal): -7570773 or 11238028. OLE color: 11238028.

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

Color convert

RGB 140 122 171 -
CMYK 0.18 0.29 0 0.33
HSL 262.04º 0.23% 0.57% -
HSV(B) 262.04º 0.29% 0.67% -
XYZ 25.13 22.43 41.53 -
YUV 132.97 149.46 133.02 -
System Red Green Blue C M Y K H S L
Decimal 140 122 171 0.18 0.29 0 0.33 262.04 0.23 0.57
Hex 8C 7A AB 12 1D 0 21 106 17 39
Octal 214 172 253 22 35 0 41 406 27 71
Binary 10001100 1111010 10101011 10010 11101 0 100001 100000110 10111 111001

Color Harmonies of #8C7AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7AAB

Black with #8C7AAB

Text Example


Text Example

White with #8C7AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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