Html Css Color HEX #8062AC Deluge

📋 copy color: '#8062AC'

red 128 ◦ green 98 ◦ blue 172

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

Shades of Deluge #8062AC

Tints of Deluge #8062AC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.62%

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

R = 32.16%
G = 24.62%
B = 43.22%

CMYK

 C value IS 0.26

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8062AC (or 0x8062AC) is known color: Deluge. HEX triplet: 80, 62 and AC. RGB value is (128,98,172). Sum of RGB (Red+Green+Blue) = 128+98+172=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 98 (38.67% from 255 or 24.62% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 172 - color contains mainly: blue. Hex color #8062AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8062AC is #7F9D53. Grayscale: #737373. Windows color (decimal): -8363348 or 11297408. OLE color: 11297408.

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

Color convert

RGB 128 98 172 -
CMYK 0.26 0.43 0 0.33
HSL 264.32º 0.31% 0.53% -
HSV(B) 264.32º 0.43% 0.67% -
XYZ 20.72 16.3 41.08 -
YUV 115.41 159.94 136.98 -
System Red Green Blue C M Y K H S L
Decimal 128 98 172 0.26 0.43 0 0.33 264.32 0.31 0.53
Hex 80 62 AC 1A 2B 0 21 108 1F 35
Octal 200 142 254 32 53 0 41 410 37 65
Binary 10000000 1100010 10101100 11010 101011 0 100001 100001000 11111 110101

Color Harmonies of #8062AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8062AC

Black with #8062AC

Text Example


Text Example

White with #8062AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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