Html Css Color HEX #8064AC Deluge

📋 copy color: '#8064AC'

red 128 ◦ green 100 ◦ blue 172

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

Shades of Deluge #8064AC

Tints of Deluge #8064AC

RGB

 RED value IS 128 (50.39% from 255) = 32%

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

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

R = 32%
G = 25%
B = 43%

CMYK

 C value IS 0.26

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8064AC (or 0x8064AC) is known color: Deluge. HEX triplet: 80, 64 and AC. RGB value is (128,100,172). Sum of RGB (Red+Green+Blue) = 128+100+172=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 172 - color contains mainly: blue. Hex color #8064AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8064AC is #7F9B53. Grayscale: #747474. Windows color (decimal): -8362836 or 11297920. OLE color: 11297920.

HSL color Cylindrical-coordinate representation of color #8064AC: hue angle of 263.33º 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 #8064AC is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 100 172 -
CMYK 0.26 0.42 0 0.33
HSL 263.33º 0.3% 0.53% -
HSV(B) 263.33º 0.42% 0.67% -
XYZ 20.91 16.68 41.15 -
YUV 116.58 159.28 136.15 -
System Red Green Blue C M Y K H S L
Decimal 128 100 172 0.26 0.42 0 0.33 263.33 0.3 0.53
Hex 80 64 AC 1A 2A 0 21 107 1E 35
Octal 200 144 254 32 52 0 41 407 36 65
Binary 10000000 1100100 10101100 11010 101010 0 100001 100000111 11110 110101

Color Harmonies of #8064AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8064AC

Black with #8064AC

Text Example


Text Example

White with #8064AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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