Html Css Color HEX #805FAD Deluge

📋 copy color: '#805FAD'

red 128 ◦ green 95 ◦ blue 173

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

Shades of Deluge #805FAD

Tints of Deluge #805FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.69%

R = 32.32%
G = 23.99%
B = 43.69%

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

#805FAD (or 0x805FAD) is known color: Deluge. HEX triplet: 80, 5F and AD. RGB value is (128,95,173). Sum of RGB (Red+Green+Blue) = 128+95+173=396 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.32% from 396); Green value is 95 (37.5% from 255 or 23.99% from 396); Blue value is 173 (67.97% from 255 or 43.69% from 396); Max value from RGB is 173 - color contains mainly: blue. Hex color #805FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805FAD is #7FA052. Grayscale: #717171. Windows color (decimal): -8364115 or 11362176. OLE color: 11362176.

HSL color Cylindrical-coordinate representation of color #805FAD: hue angle of 265.38º degrees, saturation: 0.32, 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 #805FAD is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 128 95 173 -
CMYK 0.26 0.45 0 0.32
HSL 265.38º 0.32% 0.53% -
HSV(B) 265.38º 0.45% 0.68% -
XYZ 20.54 15.79 41.5 -
YUV 113.76 161.43 138.16 -
System Red Green Blue C M Y K H S L
Decimal 128 95 173 0.26 0.45 0 0.32 265.38 0.32 0.53
Hex 80 5F AD 1A 2D 0 20 109 20 35
Octal 200 137 255 32 55 0 40 411 40 65
Binary 10000000 1011111 10101101 11010 101101 0 100000 100001001 100000 110101

Color Harmonies of #805FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805FAD

Black with #805FAD

Text Example


Text Example

White with #805FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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