Html Css Color HEX #805FA6 Deluge

📋 copy color: '#805FA6'

red 128 ◦ green 95 ◦ blue 166

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

Shades of Deluge #805FA6

Tints of Deluge #805FA6

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.42%

 BLUE value IS 166 (65.23% from 255) = 42.67%

R = 32.9%
G = 24.42%
B = 42.67%

CMYK

 C value IS 0.23

 M value IS 0.43

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#805FA6 (or 0x805FA6) is known color: Deluge. HEX triplet: 80, 5F and A6. RGB value is (128,95,166). Sum of RGB (Red+Green+Blue) = 128+95+166=389 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.90% from 389); Green value is 95 (37.5% from 255 or 24.42% from 389); Blue value is 166 (65.23% from 255 or 42.67% from 389); Max value from RGB is 166 - color contains mainly: blue. Hex color #805FA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805FA6 is #7FA059. Grayscale: #707070. Windows color (decimal): -8364122 or 10903424. OLE color: 10903424.

HSL color Cylindrical-coordinate representation of color #805FA6: hue angle of 267.89º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #805FA6 is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 128 95 166 -
CMYK 0.23 0.43 0 0.35
HSL 267.89º 0.29% 0.51% -
HSV(B) 267.89º 0.43% 0.65% -
XYZ 19.88 15.53 38.03 -
YUV 112.96 157.93 138.73 -
System Red Green Blue C M Y K H S L
Decimal 128 95 166 0.23 0.43 0 0.35 267.89 0.29 0.51
Hex 80 5F A6 17 2B 0 23 10C 1D 33
Octal 200 137 246 27 53 0 43 414 35 63
Binary 10000000 1011111 10100110 10111 101011 0 100011 100001100 11101 110011

Color Harmonies of #805FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805FA6

Black with #805FA6

Text Example


Text Example

White with #805FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,95,166); }

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

background-color css

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

 a { background-color: rgb(128,95,166); }

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

border-color css

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

 span { border-color: rgb(128,95,166); }

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