Html Css Color HEX #8466AC Deluge

📋 copy color: '#8466AC'

red 132 ◦ green 102 ◦ blue 172

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

Shades of Deluge #8466AC

Tints of Deluge #8466AC

RGB

 RED value IS 132 (51.95% from 255) = 32.51%

 GREEN value IS 102 (40.23% from 255) = 25.12%

 BLUE value IS 172 (67.58% from 255) = 42.36%

R = 32.51%
G = 25.12%
B = 42.36%

CMYK

 C value IS 0.23

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8466AC (or 0x8466AC) is known color: Deluge. HEX triplet: 84, 66 and AC. RGB value is (132,102,172). Sum of RGB (Red+Green+Blue) = 132+102+172=406 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.51% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 172 - color contains mainly: blue. Hex color #8466AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8466AC is #7B9953. Grayscale: #767676. Windows color (decimal): -8100180 or 11298436. OLE color: 11298436.

HSL color Cylindrical-coordinate representation of color #8466AC: hue angle of 265.71º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8466AC is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 132 102 172 -
CMYK 0.23 0.41 0 0.33
HSL 265.71º 0.3% 0.54% -
HSV(B) 265.71º 0.41% 0.67% -
XYZ 21.71 17.39 41.24 -
YUV 118.95 157.94 137.31 -
System Red Green Blue C M Y K H S L
Decimal 132 102 172 0.23 0.41 0 0.33 265.71 0.3 0.54
Hex 84 66 AC 17 29 0 21 10A 1E 36
Octal 204 146 254 27 51 0 41 412 36 66
Binary 10000100 1100110 10101100 10111 101001 0 100001 100001010 11110 110110

Color Harmonies of #8466AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8466AC

Black with #8466AC

Text Example


Text Example

White with #8466AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8466AC; }

 p { color: rgb(132,102,172); }

 H1.HeaderClassName
 {
   color: #8466AC;
 }
 .AnyTagClassName
 {
   color: #8466AC;
 }
</style>

background-color css

<style>
 a { background-color: #8466AC; }

 a { background-color: rgb(132,102,172); }

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

border-color css

<style>
 span { border-color: #8466AC; }

 span { border-color: rgb(132,102,172); }

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