Html Css Color HEX #805DB5 Deluge

📋 copy color: '#805DB5'

red 128 ◦ green 93 ◦ blue 181

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

Shades of Deluge #805DB5

Tints of Deluge #805DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 45.02%

R = 31.84%
G = 23.13%
B = 45.02%

CMYK

 C value IS 0.29

 M value IS 0.49

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#805DB5 (or 0x805DB5) is known color: Deluge. HEX triplet: 80, 5D and B5. RGB value is (128,93,181). Sum of RGB (Red+Green+Blue) = 128+93+181=402 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.84% from 402); Green value is 93 (36.72% from 255 or 23.13% from 402); Blue value is 181 (71.09% from 255 or 45.02% from 402); Max value from RGB is 181 - color contains mainly: blue. Hex color #805DB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805DB5 is #7FA24A. Grayscale: #717171. Windows color (decimal): -8364619 or 11885952. OLE color: 11885952.

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

Color convert

RGB 128 93 181 -
CMYK 0.29 0.49 0 0.29
HSL 263.86º 0.37% 0.54% -
HSV(B) 263.86º 0.49% 0.71% -
XYZ 21.16 15.75 45.64 -
YUV 113.5 166.1 138.34 -
System Red Green Blue C M Y K H S L
Decimal 128 93 181 0.29 0.49 0 0.29 263.86 0.37 0.54
Hex 80 5D B5 1D 31 0 1D 108 25 36
Octal 200 135 265 35 61 0 35 410 45 66
Binary 10000000 1011101 10110101 11101 110001 0 11101 100001000 100101 110110

Color Harmonies of #805DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805DB5

Black with #805DB5

Text Example


Text Example

White with #805DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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