Html Css Color HEX #805DAB Deluge

📋 copy color: '#805DAB'

red 128 ◦ green 93 ◦ blue 171

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

Shades of Deluge #805DAB

Tints of Deluge #805DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.62%

R = 32.65%
G = 23.72%
B = 43.62%

CMYK

 C value IS 0.25

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#805DAB (or 0x805DAB) is known color: Deluge. HEX triplet: 80, 5D and AB. RGB value is (128,93,171). Sum of RGB (Red+Green+Blue) = 128+93+171=392 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.65% from 392); Green value is 93 (36.72% from 255 or 23.72% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 171 - color contains mainly: blue. Hex color #805DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805DAB is #7FA254. Grayscale: #707070. Windows color (decimal): -8364629 or 11230592. OLE color: 11230592.

HSL color Cylindrical-coordinate representation of color #805DAB: hue angle of 266.92º 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 #805DAB is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 93 171 -
CMYK 0.25 0.46 0 0.33
HSL 266.92º 0.32% 0.52% -
HSV(B) 266.92º 0.46% 0.67% -
XYZ 20.17 15.36 40.43 -
YUV 112.36 161.1 139.16 -
System Red Green Blue C M Y K H S L
Decimal 128 93 171 0.25 0.46 0 0.33 266.92 0.32 0.52
Hex 80 5D AB 19 2E 0 21 10B 20 34
Octal 200 135 253 31 56 0 41 413 40 64
Binary 10000000 1011101 10101011 11001 101110 0 100001 100001011 100000 110100

Color Harmonies of #805DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805DAB

Black with #805DAB

Text Example


Text Example

White with #805DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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