Html Css Color HEX #805FAF Deluge

📋 copy color: '#805FAF'

red 128 ◦ green 95 ◦ blue 175

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

Shades of Deluge #805FAF

Tints of Deluge #805FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.97%

R = 32.16%
G = 23.87%
B = 43.97%

CMYK

 C value IS 0.27

 M value IS 0.46

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#805FAF (or 0x805FAF) is known color: Deluge. HEX triplet: 80, 5F and AF. RGB value is (128,95,175). Sum of RGB (Red+Green+Blue) = 128+95+175=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 175 - color contains mainly: blue. Hex color #805FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805FAF is #7FA050. Grayscale: #717171. Windows color (decimal): -8364113 or 11493248. OLE color: 11493248.

HSL color Cylindrical-coordinate representation of color #805FAF: hue angle of 264.75º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #805FAF is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 128 95 175 -
CMYK 0.27 0.46 0 0.31
HSL 264.75º 0.33% 0.53% -
HSV(B) 264.75º 0.46% 0.69% -
XYZ 20.73 15.87 42.53 -
YUV 113.99 162.43 138 -
System Red Green Blue C M Y K H S L
Decimal 128 95 175 0.27 0.46 0 0.31 264.75 0.33 0.53
Hex 80 5F AF 1B 2E 0 1F 109 21 35
Octal 200 137 257 33 56 0 37 411 41 65
Binary 10000000 1011111 10101111 11011 101110 0 11111 100001001 100001 110101

Color Harmonies of #805FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805FAF

Black with #805FAF

Text Example


Text Example

White with #805FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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