Html Css Color HEX #8063AC Deluge

📋 copy color: '#8063AC'

red 128 ◦ green 99 ◦ blue 172

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

Shades of Deluge #8063AC

Tints of Deluge #8063AC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.81%

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

R = 32.08%
G = 24.81%
B = 43.11%

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

#8063AC (or 0x8063AC) is known color: Deluge. HEX triplet: 80, 63 and AC. RGB value is (128,99,172). Sum of RGB (Red+Green+Blue) = 128+99+172=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 172 - color contains mainly: blue. Hex color #8063AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8063AC is #7F9C53. Grayscale: #737373. Windows color (decimal): -8363092 or 11297664. OLE color: 11297664.

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

Color convert

RGB 128 99 172 -
CMYK 0.26 0.42 0 0.33
HSL 263.84º 0.31% 0.53% -
HSV(B) 263.84º 0.42% 0.67% -
XYZ 20.81 16.49 41.12 -
YUV 115.99 159.61 136.56 -
System Red Green Blue C M Y K H S L
Decimal 128 99 172 0.26 0.42 0 0.33 263.84 0.31 0.53
Hex 80 63 AC 1A 2A 0 21 108 1F 35
Octal 200 143 254 32 52 0 41 410 37 65
Binary 10000000 1100011 10101100 11010 101010 0 100001 100001000 11111 110101

Color Harmonies of #8063AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8063AC

Black with #8063AC

Text Example


Text Example

White with #8063AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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