Html Css Color HEX #805CB2 Deluge

📋 copy color: '#805CB2'

red 128 ◦ green 92 ◦ blue 178

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

Shades of Deluge #805CB2

Tints of Deluge #805CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 44.72%

R = 32.16%
G = 23.12%
B = 44.72%

CMYK

 C value IS 0.28

 M value IS 0.48

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#805CB2 (or 0x805CB2) is known color: Deluge. HEX triplet: 80, 5C and B2. RGB value is (128,92,178). Sum of RGB (Red+Green+Blue) = 128+92+178=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 92 (36.33% from 255 or 23.12% from 398); Blue value is 178 (69.92% from 255 or 44.72% from 398); Max value from RGB is 178 - color contains mainly: blue. Hex color #805CB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805CB2 is #7FA34D. Grayscale: #707070. Windows color (decimal): -8364878 or 11689088. OLE color: 11689088.

HSL color Cylindrical-coordinate representation of color #805CB2: hue angle of 265.12º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #805CB2 is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 128 92 178 -
CMYK 0.28 0.48 0 0.30
HSL 265.12º 0.36% 0.53% -
HSV(B) 265.12º 0.48% 0.7% -
XYZ 20.77 15.46 44.01 -
YUV 112.57 164.93 139.01 -
System Red Green Blue C M Y K H S L
Decimal 128 92 178 0.28 0.48 0 0.30 265.12 0.36 0.53
Hex 80 5C B2 1C 30 0 1E 109 24 35
Octal 200 134 262 34 60 0 36 411 44 65
Binary 10000000 1011100 10110010 11100 110000 0 11110 100001001 100100 110101

Color Harmonies of #805CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805CB2

Black with #805CB2

Text Example


Text Example

White with #805CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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