Html Css Color HEX #805DAF Deluge

📋 copy color: '#805DAF'

red 128 ◦ green 93 ◦ blue 175

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

Shades of Deluge #805DAF

Tints of Deluge #805DAF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.48%

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

R = 32.32%
G = 23.48%
B = 44.19%

CMYK

 C value IS 0.27

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#805DAF (or 0x805DAF) is known color: Deluge. HEX triplet: 80, 5D and AF. RGB value is (128,93,175). Sum of RGB (Red+Green+Blue) = 128+93+175=396 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.32% from 396); Green value is 93 (36.72% from 255 or 23.48% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 175 - color contains mainly: blue. Hex color #805DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805DAF is #7FA250. Grayscale: #707070. Windows color (decimal): -8364625 or 11492736. OLE color: 11492736.

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

Color convert

RGB 128 93 175 -
CMYK 0.27 0.47 0 0.31
HSL 265.61º 0.34% 0.53% -
HSV(B) 265.61º 0.47% 0.69% -
XYZ 20.55 15.51 42.47 -
YUV 112.81 163.1 138.83 -
System Red Green Blue C M Y K H S L
Decimal 128 93 175 0.27 0.47 0 0.31 265.61 0.34 0.53
Hex 80 5D AF 1B 2F 0 1F 10A 22 35
Octal 200 135 257 33 57 0 37 412 42 65
Binary 10000000 1011101 10101111 11011 101111 0 11111 100001010 100010 110101

Color Harmonies of #805DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805DAF

Black with #805DAF

Text Example


Text Example

White with #805DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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