Html Css Color HEX #805FAB Deluge

📋 copy color: '#805FAB'

red 128 ◦ green 95 ◦ blue 171

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

Shades of Deluge #805FAB

Tints of Deluge #805FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.4%

R = 32.49%
G = 24.11%
B = 43.4%

CMYK

 C value IS 0.25

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#805FAB (or 0x805FAB) is known color: Deluge. HEX triplet: 80, 5F and AB. RGB value is (128,95,171). Sum of RGB (Red+Green+Blue) = 128+95+171=394 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.49% from 394); Green value is 95 (37.5% from 255 or 24.11% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 171 - color contains mainly: blue. Hex color #805FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805FAB is #7FA054. Grayscale: #717171. Windows color (decimal): -8364117 or 11231104. OLE color: 11231104.

HSL color Cylindrical-coordinate representation of color #805FAB: hue angle of 266.05º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #805FAB is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 95 171 -
CMYK 0.25 0.44 0 0.33
HSL 266.05º 0.31% 0.52% -
HSV(B) 266.05º 0.44% 0.67% -
XYZ 20.34 15.71 40.49 -
YUV 113.53 160.43 138.32 -
System Red Green Blue C M Y K H S L
Decimal 128 95 171 0.25 0.44 0 0.33 266.05 0.31 0.52
Hex 80 5F AB 19 2C 0 21 10A 1F 34
Octal 200 137 253 31 54 0 41 412 37 64
Binary 10000000 1011111 10101011 11001 101100 0 100001 100001010 11111 110100

Color Harmonies of #805FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805FAB

Black with #805FAB

Text Example


Text Example

White with #805FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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