Html Css Color HEX #8465AD Deluge

📋 copy color: '#8465AD'

red 132 ◦ green 101 ◦ blue 173

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

Shades of Deluge #8465AD

Tints of Deluge #8465AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.61%

R = 32.51%
G = 24.88%
B = 42.61%

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

#8465AD (or 0x8465AD) is known color: Deluge. HEX triplet: 84, 65 and AD. RGB value is (132,101,173). Sum of RGB (Red+Green+Blue) = 132+101+173=406 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.51% from 406); Green value is 101 (39.84% from 255 or 24.88% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 173 - color contains mainly: blue. Hex color #8465AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8465AD is #7B9A52. Grayscale: #767676. Windows color (decimal): -8100435 or 11363716. OLE color: 11363716.

HSL color Cylindrical-coordinate representation of color #8465AD: hue angle of 265.83º 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 #8465AD is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 132 101 173 -
CMYK 0.24 0.42 0 0.32
HSL 265.83º 0.31% 0.54% -
HSV(B) 265.83º 0.42% 0.68% -
XYZ 21.71 17.23 41.72 -
YUV 118.48 158.77 137.65 -
System Red Green Blue C M Y K H S L
Decimal 132 101 173 0.24 0.42 0 0.32 265.83 0.31 0.54
Hex 84 65 AD 18 2A 0 20 10A 1F 36
Octal 204 145 255 30 52 0 40 412 37 66
Binary 10000100 1100101 10101101 11000 101010 0 100000 100001010 11111 110110

Color Harmonies of #8465AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8465AD

Black with #8465AD

Text Example


Text Example

White with #8465AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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