Html Css Color HEX #8465AE Deluge

📋 copy color: '#8465AE'

red 132 ◦ green 101 ◦ blue 174

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

Shades of Deluge #8465AE

Tints of Deluge #8465AE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.82%

 BLUE value IS 174 (68.36% from 255) = 42.75%

R = 32.43%
G = 24.82%
B = 42.75%

CMYK

 C value IS 0.24

 M value IS 0.42

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8465AE (or 0x8465AE) is known color: Deluge. HEX triplet: 84, 65 and AE. RGB value is (132,101,174). Sum of RGB (Red+Green+Blue) = 132+101+174=407 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.43% from 407); Green value is 101 (39.84% from 255 or 24.82% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 174 - color contains mainly: blue. Hex color #8465AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8465AE is #7B9A51. Grayscale: #767676. Windows color (decimal): -8100434 or 11429252. OLE color: 11429252.

HSL color Cylindrical-coordinate representation of color #8465AE: hue angle of 265.48º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8465AE is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 132 101 174 -
CMYK 0.24 0.42 0 0.32
HSL 265.48º 0.31% 0.54% -
HSV(B) 265.48º 0.42% 0.68% -
XYZ 21.81 17.27 42.23 -
YUV 118.59 159.27 137.56 -
System Red Green Blue C M Y K H S L
Decimal 132 101 174 0.24 0.42 0 0.32 265.48 0.31 0.54
Hex 84 65 AE 18 2A 0 20 109 1F 36
Octal 204 145 256 30 52 0 40 411 37 66
Binary 10000100 1100101 10101110 11000 101010 0 100000 100001001 11111 110110

Color Harmonies of #8465AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8465AE

Black with #8465AE

Text Example


Text Example

White with #8465AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8465AE; }

 p { color: rgb(132,101,174); }

 H1.HeaderClassName
 {
   color: #8465AE;
 }
 .AnyTagClassName
 {
   color: #8465AE;
 }
</style>

background-color css

<style>
 a { background-color: #8465AE; }

 a { background-color: rgb(132,101,174); }

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

border-color css

<style>
 span { border-color: #8465AE; }

 span { border-color: rgb(132,101,174); }

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