Html Css Color HEX #805CB4 Deluge

📋 copy color: '#805CB4'

red 128 ◦ green 92 ◦ blue 180

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

Shades of Deluge #805CB4

Tints of Deluge #805CB4

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23%

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

R = 32%
G = 23%
B = 45%

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

#805CB4 (or 0x805CB4) is known color: Deluge. HEX triplet: 80, 5C and B4. RGB value is (128,92,180). Sum of RGB (Red+Green+Blue) = 128+92+180=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 92 (36.33% from 255 or 23% from 400); Blue value is 180 (70.70% from 255 or 45% from 400); Max value from RGB is 180 - color contains mainly: blue. Hex color #805CB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805CB4 is #7FA34B. Grayscale: #707070. Windows color (decimal): -8364876 or 11820160. OLE color: 11820160.

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

Color convert

RGB 128 92 180 -
CMYK 0.29 0.49 0 0.29
HSL 264.55º 0.37% 0.53% -
HSV(B) 264.55º 0.49% 0.71% -
XYZ 20.97 15.54 45.07 -
YUV 112.8 165.93 138.84 -
System Red Green Blue C M Y K H S L
Decimal 128 92 180 0.29 0.49 0 0.29 264.55 0.37 0.53
Hex 80 5C B4 1D 31 0 1D 109 25 35
Octal 200 134 264 35 61 0 35 411 45 65
Binary 10000000 1011100 10110100 11101 110001 0 11101 100001001 100101 110101

Color Harmonies of #805CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805CB4

Black with #805CB4

Text Example


Text Example

White with #805CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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