Html Css Color HEX #805DAA Deluge

📋 copy color: '#805DAA'

red 128 ◦ green 93 ◦ blue 170

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

Shades of Deluge #805DAA

Tints of Deluge #805DAA

RGB

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

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

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

R = 32.74%
G = 23.79%
B = 43.48%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#805DAA (or 0x805DAA) is known color: Deluge. HEX triplet: 80, 5D and AA. RGB value is (128,93,170). Sum of RGB (Red+Green+Blue) = 128+93+170=391 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.74% from 391); Green value is 93 (36.72% from 255 or 23.79% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 170 - color contains mainly: blue. Hex color #805DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805DAA is #7FA255. Grayscale: #6F6F6F. Windows color (decimal): -8364630 or 11165056. OLE color: 11165056.

HSL color Cylindrical-coordinate representation of color #805DAA: hue angle of 267.27º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #805DAA is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 93 170 -
CMYK 0.25 0.45 0 0.33
HSL 267.27º 0.31% 0.52% -
HSV(B) 267.27º 0.45% 0.67% -
XYZ 20.07 15.32 39.93 -
YUV 112.24 160.6 139.24 -
System Red Green Blue C M Y K H S L
Decimal 128 93 170 0.25 0.45 0 0.33 267.27 0.31 0.52
Hex 80 5D AA 19 2D 0 21 10B 1F 34
Octal 200 135 252 31 55 0 41 413 37 64
Binary 10000000 1011101 10101010 11001 101101 0 100001 100001011 11111 110100

Color Harmonies of #805DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805DAA

Black with #805DAA

Text Example


Text Example

White with #805DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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