Html Css Color HEX #8670AA Deluge

📋 copy color: '#8670AA'

red 134 ◦ green 112 ◦ blue 170

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

Shades of Deluge #8670AA

Tints of Deluge #8670AA

RGB

 RED value IS 134 (52.73% from 255) = 32.21%

 GREEN value IS 112 (44.14% from 255) = 26.92%

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

R = 32.21%
G = 26.92%
B = 40.87%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8670AA (or 0x8670AA) is known color: Deluge. HEX triplet: 86, 70 and AA. RGB value is (134,112,170). Sum of RGB (Red+Green+Blue) = 134+112+170=416 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.21% from 416); Green value is 112 (44.14% from 255 or 26.92% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 170 - color contains mainly: blue. Hex color #8670AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8670AA is #798F55. Grayscale: #7C7C7C. Windows color (decimal): -7966550 or 11169926. OLE color: 11169926.

HSL color Cylindrical-coordinate representation of color #8670AA: hue angle of 262.76º 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 #8670AA is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 134 112 170 -
CMYK 0.21 0.34 0 0.33
HSL 262.76º 0.25% 0.55% -
HSV(B) 262.76º 0.34% 0.67% -
XYZ 22.88 19.56 40.6 -
YUV 125.19 153.29 134.28 -
System Red Green Blue C M Y K H S L
Decimal 134 112 170 0.21 0.34 0 0.33 262.76 0.25 0.55
Hex 86 70 AA 15 22 0 21 107 19 37
Octal 206 160 252 25 42 0 41 407 31 67
Binary 10000110 1110000 10101010 10101 100010 0 100001 100000111 11001 110111

Color Harmonies of #8670AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8670AA

Black with #8670AA

Text Example


Text Example

White with #8670AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8670AA; }

 p { color: rgb(134,112,170); }

 H1.HeaderClassName
 {
   color: #8670AA;
 }
 .AnyTagClassName
 {
   color: #8670AA;
 }
</style>

background-color css

<style>
 a { background-color: #8670AA; }

 a { background-color: rgb(134,112,170); }

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

border-color css

<style>
 span { border-color: #8670AA; }

 span { border-color: rgb(134,112,170); }

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