Html Css Color HEX #8467AA Deluge

📋 copy color: '#8467AA'

red 132 ◦ green 103 ◦ blue 170

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

Shades of Deluge #8467AA

Tints of Deluge #8467AA

RGB

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

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

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

R = 32.59%
G = 25.43%
B = 41.98%

CMYK

 C value IS 0.22

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8467AA (or 0x8467AA) is known color: Deluge. HEX triplet: 84, 67 and AA. RGB value is (132,103,170). Sum of RGB (Red+Green+Blue) = 132+103+170=405 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.59% from 405); Green value is 103 (40.62% from 255 or 25.43% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 170 - color contains mainly: blue. Hex color #8467AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8467AA is #7B9855. Grayscale: #777777. Windows color (decimal): -8099926 or 11167620. OLE color: 11167620.

HSL color Cylindrical-coordinate representation of color #8467AA: hue angle of 265.97º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8467AA is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 132 103 170 -
CMYK 0.22 0.39 0 0.33
HSL 265.97º 0.28% 0.54% -
HSV(B) 265.97º 0.39% 0.67% -
XYZ 21.62 17.51 40.27 -
YUV 119.31 156.61 137.05 -
System Red Green Blue C M Y K H S L
Decimal 132 103 170 0.22 0.39 0 0.33 265.97 0.28 0.54
Hex 84 67 AA 16 27 0 21 10A 1C 36
Octal 204 147 252 26 47 0 41 412 34 66
Binary 10000100 1100111 10101010 10110 100111 0 100001 100001010 11100 110110

Color Harmonies of #8467AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8467AA

Black with #8467AA

Text Example


Text Example

White with #8467AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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