Html Css Color HEX #805DB4 Deluge

📋 copy color: '#805DB4'

red 128 ◦ green 93 ◦ blue 180

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

Shades of Deluge #805DB4

Tints of Deluge #805DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 44.89%

R = 31.92%
G = 23.19%
B = 44.89%

CMYK

 C value IS 0.29

 M value IS 0.48

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#805DB4 (or 0x805DB4) is known color: Deluge. HEX triplet: 80, 5D and B4. RGB value is (128,93,180). Sum of RGB (Red+Green+Blue) = 128+93+180=401 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.92% from 401); Green value is 93 (36.72% from 255 or 23.19% from 401); Blue value is 180 (70.70% from 255 or 44.89% from 401); Max value from RGB is 180 - color contains mainly: blue. Hex color #805DB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805DB4 is #7FA24B. Grayscale: #717171. Windows color (decimal): -8364620 or 11820416. OLE color: 11820416.

HSL color Cylindrical-coordinate representation of color #805DB4: hue angle of 264.14º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #805DB4 is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 128 93 180 -
CMYK 0.29 0.48 0 0.29
HSL 264.14º 0.37% 0.54% -
HSV(B) 264.14º 0.48% 0.71% -
XYZ 21.05 15.71 45.1 -
YUV 113.38 165.6 138.43 -
System Red Green Blue C M Y K H S L
Decimal 128 93 180 0.29 0.48 0 0.29 264.14 0.37 0.54
Hex 80 5D B4 1D 30 0 1D 108 25 36
Octal 200 135 264 35 60 0 35 410 45 66
Binary 10000000 1011101 10110100 11101 110000 0 11101 100001000 100101 110110

Color Harmonies of #805DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805DB4

Black with #805DB4

Text Example


Text Example

White with #805DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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