Html Css Color HEX #8671A0 Deluge

📋 copy color: '#8671A0'

red 134 ◦ green 113 ◦ blue 160

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

Shades of Deluge #8671A0

Tints of Deluge #8671A0

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.76%

 BLUE value IS 160 (62.89% from 255) = 39.31%

R = 32.92%
G = 27.76%
B = 39.31%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#8671A0 (or 0x8671A0) is known color: Deluge. HEX triplet: 86, 71 and A0. RGB value is (134,113,160). Sum of RGB (Red+Green+Blue) = 134+113+160=407 (53% of max value = 765). Red value is 134 (52.73% from 255 or 32.92% from 407); Green value is 113 (44.53% from 255 or 27.76% from 407); Blue value is 160 (62.89% from 255 or 39.31% from 407); Max value from RGB is 160 - color contains mainly: blue. Hex color #8671A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8671A0 is #798E5F. Grayscale: #7C7C7C. Windows color (decimal): -7966304 or 10514822. OLE color: 10514822.

HSL color Cylindrical-coordinate representation of color #8671A0: hue angle of 266.81º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8671A0 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 134 113 160 -
CMYK 0.16 0.29 0 0.37
HSL 266.81º 0.2% 0.54% -
HSV(B) 266.81º 0.29% 0.63% -
XYZ 22.08 19.42 35.84 -
YUV 124.64 147.96 134.68 -
System Red Green Blue C M Y K H S L
Decimal 134 113 160 0.16 0.29 0 0.37 266.81 0.2 0.54
Hex 86 71 A0 10 1D 0 25 10B 14 36
Octal 206 161 240 20 35 0 45 413 24 66
Binary 10000110 1110001 10100000 10000 11101 0 100101 100001011 10100 110110

Color Harmonies of #8671A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8671A0

Black with #8671A0

Text Example


Text Example

White with #8671A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8671A0; }

 p { color: rgb(134,113,160); }

 H1.HeaderClassName
 {
   color: #8671A0;
 }
 .AnyTagClassName
 {
   color: #8671A0;
 }
</style>

background-color css

<style>
 a { background-color: #8671A0; }

 a { background-color: rgb(134,113,160); }

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

border-color css

<style>
 span { border-color: #8671A0; }

 span { border-color: rgb(134,113,160); }

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