Html Css Color HEX #8062AB Deluge

📋 copy color: '#8062AB'

red 128 ◦ green 98 ◦ blue 171

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

Shades of Deluge #8062AB

Tints of Deluge #8062AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.07%

R = 32.24%
G = 24.69%
B = 43.07%

CMYK

 C value IS 0.25

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8062AB (or 0x8062AB) is known color: Deluge. HEX triplet: 80, 62 and AB. RGB value is (128,98,171). Sum of RGB (Red+Green+Blue) = 128+98+171=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 98 (38.67% from 255 or 24.69% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 171 - color contains mainly: blue. Hex color #8062AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8062AB is #7F9D54. Grayscale: #737373. Windows color (decimal): -8363349 or 11231872. OLE color: 11231872.

HSL color Cylindrical-coordinate representation of color #8062AB: hue angle of 264.66º degrees, saturation: 0.3, 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 #8062AB is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 98 171 -
CMYK 0.25 0.43 0 0.33
HSL 264.66º 0.3% 0.53% -
HSV(B) 264.66º 0.43% 0.67% -
XYZ 20.62 16.26 40.58 -
YUV 115.29 159.44 137.06 -
System Red Green Blue C M Y K H S L
Decimal 128 98 171 0.25 0.43 0 0.33 264.66 0.3 0.53
Hex 80 62 AB 19 2B 0 21 109 1E 35
Octal 200 142 253 31 53 0 41 411 36 65
Binary 10000000 1100010 10101011 11001 101011 0 100001 100001001 11110 110101

Color Harmonies of #8062AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8062AB

Black with #8062AB

Text Example


Text Example

White with #8062AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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