Html Css Color HEX #8670A5 Deluge

📋 copy color: '#8670A5'

red 134 ◦ green 112 ◦ blue 165

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

Shades of Deluge #8670A5

Tints of Deluge #8670A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 40.15%

R = 32.6%
G = 27.25%
B = 40.15%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#8670A5 (or 0x8670A5) is known color: Deluge. HEX triplet: 86, 70 and A5. RGB value is (134,112,165). Sum of RGB (Red+Green+Blue) = 134+112+165=411 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.60% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 165 (64.84% from 255 or 40.15% from 411); Max value from RGB is 165 - color contains mainly: blue. Hex color #8670A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8670A5 is #798F5A. Grayscale: #7C7C7C. Windows color (decimal): -7966555 or 10842246. OLE color: 10842246.

HSL color Cylindrical-coordinate representation of color #8670A5: hue angle of 264.91º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8670A5 is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 134 112 165 -
CMYK 0.19 0.32 0 0.35
HSL 264.91º 0.23% 0.54% -
HSV(B) 264.91º 0.32% 0.65% -
XYZ 22.42 19.37 38.16 -
YUV 124.62 150.79 134.69 -
System Red Green Blue C M Y K H S L
Decimal 134 112 165 0.19 0.32 0 0.35 264.91 0.23 0.54
Hex 86 70 A5 13 20 0 23 109 17 36
Octal 206 160 245 23 40 0 43 411 27 66
Binary 10000110 1110000 10100101 10011 100000 0 100011 100001001 10111 110110

Color Harmonies of #8670A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8670A5

Black with #8670A5

Text Example


Text Example

White with #8670A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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