Html Css Color HEX #8467AC Deluge

📋 copy color: '#8467AC'

red 132 ◦ green 103 ◦ blue 172

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

Shades of Deluge #8467AC

Tints of Deluge #8467AC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.31%

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

R = 32.43%
G = 25.31%
B = 42.26%

CMYK

 C value IS 0.23

 M value IS 0.40

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8467AC (or 0x8467AC) is known color: Deluge. HEX triplet: 84, 67 and AC. RGB value is (132,103,172). Sum of RGB (Red+Green+Blue) = 132+103+172=407 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.43% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 172 - color contains mainly: blue. Hex color #8467AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8467AC is #7B9853. Grayscale: #777777. Windows color (decimal): -8099924 or 11298692. OLE color: 11298692.

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

Color convert

RGB 132 103 172 -
CMYK 0.23 0.40 0 0.33
HSL 265.22º 0.29% 0.54% -
HSV(B) 265.22º 0.4% 0.67% -
XYZ 21.81 17.58 41.27 -
YUV 119.54 157.61 136.89 -
System Red Green Blue C M Y K H S L
Decimal 132 103 172 0.23 0.40 0 0.33 265.22 0.29 0.54
Hex 84 67 AC 17 28 0 21 109 1D 36
Octal 204 147 254 27 50 0 41 411 35 66
Binary 10000100 1100111 10101100 10111 101000 0 100001 100001001 11101 110110

Color Harmonies of #8467AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8467AC

Black with #8467AC

Text Example


Text Example

White with #8467AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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