Html Css Color HEX #8364AD Deluge

📋 copy color: '#8364AD'

red 131 ◦ green 100 ◦ blue 173

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

Shades of Deluge #8364AD

Tints of Deluge #8364AD

RGB

 RED value IS 131 (51.56% from 255) = 32.43%

 GREEN value IS 100 (39.45% from 255) = 24.75%

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

R = 32.43%
G = 24.75%
B = 42.82%

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

#8364AD (or 0x8364AD) is known color: Deluge. HEX triplet: 83, 64 and AD. RGB value is (131,100,173). Sum of RGB (Red+Green+Blue) = 131+100+173=404 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.43% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 173 - color contains mainly: blue. Hex color #8364AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8364AD is #7C9B52. Grayscale: #757575. Windows color (decimal): -8166227 or 11363459. OLE color: 11363459.

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

Color convert

RGB 131 100 173 -
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.46 16.96 41.68 -
YUV 117.59 159.27 137.56 -
System Red Green Blue C M Y K H S L
Decimal 131 100 173 0.24 0.42 0 0.32 265.48 0.31 0.54
Hex 83 64 AD 18 2A 0 20 109 1F 36
Octal 203 144 255 30 52 0 40 411 37 66
Binary 10000011 1100100 10101101 11000 101010 0 100000 100001001 11111 110110

Color Harmonies of #8364AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8364AD

Black with #8364AD

Text Example


Text Example

White with #8364AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,100,173); }

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

background-color css

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

 a { background-color: rgb(131,100,173); }

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

border-color css

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

 span { border-color: rgb(131,100,173); }

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