Html Css Color HEX #8364AC Deluge

📋 copy color: '#8364AC'

red 131 ◦ green 100 ◦ blue 172

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

Shades of Deluge #8364AC

Tints of Deluge #8364AC

RGB

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

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

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

R = 32.51%
G = 24.81%
B = 42.68%

CMYK

 C value IS 0.24

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8364AC (or 0x8364AC) is known color: Deluge. HEX triplet: 83, 64 and AC. RGB value is (131,100,172). Sum of RGB (Red+Green+Blue) = 131+100+172=403 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.51% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 172 - color contains mainly: blue. Hex color #8364AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8364AC is #7C9B53. Grayscale: #757575. Windows color (decimal): -8166228 or 11297923. OLE color: 11297923.

HSL color Cylindrical-coordinate representation of color #8364AC: hue angle of 265.83º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8364AC is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 100 172 -
CMYK 0.24 0.42 0 0.33
HSL 265.83º 0.3% 0.53% -
HSV(B) 265.83º 0.42% 0.67% -
XYZ 21.36 16.92 41.17 -
YUV 117.48 158.77 137.65 -
System Red Green Blue C M Y K H S L
Decimal 131 100 172 0.24 0.42 0 0.33 265.83 0.3 0.53
Hex 83 64 AC 18 2A 0 21 10A 1E 35
Octal 203 144 254 30 52 0 41 412 36 65
Binary 10000011 1100100 10101100 11000 101010 0 100001 100001010 11110 110101

Color Harmonies of #8364AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8364AC

Black with #8364AC

Text Example


Text Example

White with #8364AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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