Html Css Color HEX #805DAE Deluge

📋 copy color: '#805DAE'

red 128 ◦ green 93 ◦ blue 174

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

Shades of Deluge #805DAE

Tints of Deluge #805DAE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.54%

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

R = 32.41%
G = 23.54%
B = 44.05%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#805DAE (or 0x805DAE) is known color: Deluge. HEX triplet: 80, 5D and AE. RGB value is (128,93,174). Sum of RGB (Red+Green+Blue) = 128+93+174=395 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.41% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 174 - color contains mainly: blue. Hex color #805DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805DAE is #7FA251. Grayscale: #707070. Windows color (decimal): -8364626 or 11427200. OLE color: 11427200.

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

Color convert

RGB 128 93 174 -
CMYK 0.26 0.47 0 0.32
HSL 265.93º 0.33% 0.52% -
HSV(B) 265.93º 0.47% 0.68% -
XYZ 20.46 15.47 41.95 -
YUV 112.7 162.6 138.91 -
System Red Green Blue C M Y K H S L
Decimal 128 93 174 0.26 0.47 0 0.32 265.93 0.33 0.52
Hex 80 5D AE 1A 2F 0 20 10A 21 34
Octal 200 135 256 32 57 0 40 412 41 64
Binary 10000000 1011101 10101110 11010 101111 0 100000 100001010 100001 110100

Color Harmonies of #805DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805DAE

Black with #805DAE

Text Example


Text Example

White with #805DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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