Html Css Color HEX #805FAE Deluge

📋 copy color: '#805FAE'

red 128 ◦ green 95 ◦ blue 174

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

Shades of Deluge #805FAE

Tints of Deluge #805FAE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.93%

 BLUE value IS 174 (68.36% from 255) = 43.83%

R = 32.24%
G = 23.93%
B = 43.83%

CMYK

 C value IS 0.26

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#805FAE (or 0x805FAE) is known color: Deluge. HEX triplet: 80, 5F and AE. RGB value is (128,95,174). Sum of RGB (Red+Green+Blue) = 128+95+174=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 95 (37.5% from 255 or 23.93% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 174 - color contains mainly: blue. Hex color #805FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805FAE is #7FA051. Grayscale: #717171. Windows color (decimal): -8364114 or 11427712. OLE color: 11427712.

HSL color Cylindrical-coordinate representation of color #805FAE: hue angle of 265.06º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #805FAE is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 128 95 174 -
CMYK 0.26 0.45 0 0.32
HSL 265.06º 0.33% 0.53% -
HSV(B) 265.06º 0.45% 0.68% -
XYZ 20.63 15.83 42.01 -
YUV 113.87 161.93 138.08 -
System Red Green Blue C M Y K H S L
Decimal 128 95 174 0.26 0.45 0 0.32 265.06 0.33 0.53
Hex 80 5F AE 1A 2D 0 20 109 21 35
Octal 200 137 256 32 55 0 40 411 41 65
Binary 10000000 1011111 10101110 11010 101101 0 100000 100001001 100001 110101

Color Harmonies of #805FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805FAE

Black with #805FAE

Text Example


Text Example

White with #805FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805FAE; }

 p { color: rgb(128,95,174); }

 H1.HeaderClassName
 {
   color: #805FAE;
 }
 .AnyTagClassName
 {
   color: #805FAE;
 }
</style>

background-color css

<style>
 a { background-color: #805FAE; }

 a { background-color: rgb(128,95,174); }

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

border-color css

<style>
 span { border-color: #805FAE; }

 span { border-color: rgb(128,95,174); }

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