Html Css Color HEX #805DB1 Deluge

📋 copy color: '#805DB1'

red 128 ◦ green 93 ◦ blue 177

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

Shades of Deluge #805DB1

Tints of Deluge #805DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 44.47%

R = 32.16%
G = 23.37%
B = 44.47%

CMYK

 C value IS 0.28

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#805DB1 (or 0x805DB1) is known color: Deluge. HEX triplet: 80, 5D and B1. RGB value is (128,93,177). Sum of RGB (Red+Green+Blue) = 128+93+177=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 93 (36.72% from 255 or 23.37% from 398); Blue value is 177 (69.53% from 255 or 44.47% from 398); Max value from RGB is 177 - color contains mainly: blue. Hex color #805DB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805DB1 is #7FA24E. Grayscale: #707070. Windows color (decimal): -8364623 or 11623808. OLE color: 11623808.

HSL color Cylindrical-coordinate representation of color #805DB1: hue angle of 265º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #805DB1 is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 128 93 177 -
CMYK 0.28 0.47 0 0.31
HSL 265º 0.35% 0.53% -
HSV(B) 265º 0.47% 0.69% -
XYZ 20.75 15.59 43.51 -
YUV 113.04 164.1 138.67 -
System Red Green Blue C M Y K H S L
Decimal 128 93 177 0.28 0.47 0 0.31 265 0.35 0.53
Hex 80 5D B1 1C 2F 0 1F 109 23 35
Octal 200 135 261 34 57 0 37 411 43 65
Binary 10000000 1011101 10110001 11100 101111 0 11111 100001001 100011 110101

Color Harmonies of #805DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805DB1

Black with #805DB1

Text Example


Text Example

White with #805DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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