Html Css Color HEX #815EAE Deluge

📋 copy color: '#815EAE'

red 129 ◦ green 94 ◦ blue 174

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

Shades of Deluge #815EAE

Tints of Deluge #815EAE

RGB

 RED value IS 129 (50.78% from 255) = 32.49%

 GREEN value IS 94 (37.11% from 255) = 23.68%

 BLUE value IS 174 (68.36% from 255) = 43.83%

R = 32.49%
G = 23.68%
B = 43.83%

CMYK

 C value IS 0.26

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#815EAE (or 0x815EAE) is known color: Deluge. HEX triplet: 81, 5E and AE. RGB value is (129,94,174). Sum of RGB (Red+Green+Blue) = 129+94+174=397 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.49% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 174 - color contains mainly: blue. Hex color #815EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815EAE is #7EA151. Grayscale: #717171. Windows color (decimal): -8298834 or 11427457. OLE color: 11427457.

HSL color Cylindrical-coordinate representation of color #815EAE: hue angle of 266.25º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #815EAE is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 129 94 174 -
CMYK 0.26 0.46 0 0.32
HSL 266.25º 0.33% 0.53% -
HSV(B) 266.25º 0.46% 0.68% -
XYZ 20.7 15.73 41.99 -
YUV 113.59 162.1 139 -
System Red Green Blue C M Y K H S L
Decimal 129 94 174 0.26 0.46 0 0.32 266.25 0.33 0.53
Hex 81 5E AE 1A 2E 0 20 10A 21 35
Octal 201 136 256 32 56 0 40 412 41 65
Binary 10000001 1011110 10101110 11010 101110 0 100000 100001010 100001 110101

Color Harmonies of #815EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815EAE

Black with #815EAE

Text Example


Text Example

White with #815EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815EAE; }

 p { color: rgb(129,94,174); }

 H1.HeaderClassName
 {
   color: #815EAE;
 }
 .AnyTagClassName
 {
   color: #815EAE;
 }
</style>

background-color css

<style>
 a { background-color: #815EAE; }

 a { background-color: rgb(129,94,174); }

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

border-color css

<style>
 span { border-color: #815EAE; }

 span { border-color: rgb(129,94,174); }

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