Html Css Color HEX #8065AA Deluge

📋 copy color: '#8065AA'

red 128 ◦ green 101 ◦ blue 170

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

Shades of Deluge #8065AA

Tints of Deluge #8065AA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.31%

 BLUE value IS 170 (66.8% from 255) = 42.61%

R = 32.08%
G = 25.31%
B = 42.61%

CMYK

 C value IS 0.25

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8065AA (or 0x8065AA) is known color: Deluge. HEX triplet: 80, 65 and AA. RGB value is (128,101,170). Sum of RGB (Red+Green+Blue) = 128+101+170=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 101 (39.84% from 255 or 25.31% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 170 - color contains mainly: blue. Hex color #8065AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8065AA is #7F9A55. Grayscale: #747474. Windows color (decimal): -8362582 or 11167104. OLE color: 11167104.

HSL color Cylindrical-coordinate representation of color #8065AA: hue angle of 263.48º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8065AA is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 101 170 -
CMYK 0.25 0.41 0 0.33
HSL 263.48º 0.29% 0.53% -
HSV(B) 263.48º 0.41% 0.67% -
XYZ 20.81 16.8 40.18 -
YUV 116.94 157.95 135.89 -
System Red Green Blue C M Y K H S L
Decimal 128 101 170 0.25 0.41 0 0.33 263.48 0.29 0.53
Hex 80 65 AA 19 29 0 21 107 1D 35
Octal 200 145 252 31 51 0 41 407 35 65
Binary 10000000 1100101 10101010 11001 101001 0 100001 100000111 11101 110101

Color Harmonies of #8065AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8065AA

Black with #8065AA

Text Example


Text Example

White with #8065AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8065AA; }

 p { color: rgb(128,101,170); }

 H1.HeaderClassName
 {
   color: #8065AA;
 }
 .AnyTagClassName
 {
   color: #8065AA;
 }
</style>

background-color css

<style>
 a { background-color: #8065AA; }

 a { background-color: rgb(128,101,170); }

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

border-color css

<style>
 span { border-color: #8065AA; }

 span { border-color: rgb(128,101,170); }

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