Html Css Color HEX #805DAC Deluge

📋 copy color: '#805DAC'

red 128 ◦ green 93 ◦ blue 172

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

Shades of Deluge #805DAC

Tints of Deluge #805DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.77%

R = 32.57%
G = 23.66%
B = 43.77%

CMYK

 C value IS 0.26

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#805DAC (or 0x805DAC) is known color: Deluge. HEX triplet: 80, 5D and AC. RGB value is (128,93,172). Sum of RGB (Red+Green+Blue) = 128+93+172=393 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.57% from 393); Green value is 93 (36.72% from 255 or 23.66% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 172 - color contains mainly: blue. Hex color #805DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805DAC is #7FA253. Grayscale: #707070. Windows color (decimal): -8364628 or 11296128. OLE color: 11296128.

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

Color convert

RGB 128 93 172 -
CMYK 0.26 0.46 0 0.33
HSL 266.58º 0.32% 0.52% -
HSV(B) 266.58º 0.46% 0.67% -
XYZ 20.26 15.4 40.93 -
YUV 112.47 161.6 139.08 -
System Red Green Blue C M Y K H S L
Decimal 128 93 172 0.26 0.46 0 0.33 266.58 0.32 0.52
Hex 80 5D AC 1A 2E 0 21 10B 20 34
Octal 200 135 254 32 56 0 41 413 40 64
Binary 10000000 1011101 10101100 11010 101110 0 100001 100001011 100000 110100

Color Harmonies of #805DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805DAC

Black with #805DAC

Text Example


Text Example

White with #805DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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