Html Css Color HEX #815EAD Deluge

📋 copy color: '#815EAD'

red 129 ◦ green 94 ◦ blue 173

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

Shades of Deluge #815EAD

Tints of Deluge #815EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.69%

R = 32.58%
G = 23.74%
B = 43.69%

CMYK

 C value IS 0.25

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#815EAD (or 0x815EAD) is known color: Deluge. HEX triplet: 81, 5E and AD. RGB value is (129,94,173). Sum of RGB (Red+Green+Blue) = 129+94+173=396 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.58% from 396); Green value is 94 (37.11% from 255 or 23.74% from 396); Blue value is 173 (67.97% from 255 or 43.69% from 396); Max value from RGB is 173 - color contains mainly: blue. Hex color #815EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815EAD is #7EA152. Grayscale: #717171. Windows color (decimal): -8298835 or 11361921. OLE color: 11361921.

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

Color convert

RGB 129 94 173 -
CMYK 0.25 0.46 0 0.32
HSL 266.58º 0.33% 0.52% -
HSV(B) 266.58º 0.46% 0.68% -
XYZ 20.6 15.69 41.48 -
YUV 113.47 161.6 139.08 -
System Red Green Blue C M Y K H S L
Decimal 129 94 173 0.25 0.46 0 0.32 266.58 0.33 0.52
Hex 81 5E AD 19 2E 0 20 10B 21 34
Octal 201 136 255 31 56 0 40 413 41 64
Binary 10000001 1011110 10101101 11001 101110 0 100000 100001011 100001 110100

Color Harmonies of #815EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815EAD

Black with #815EAD

Text Example


Text Example

White with #815EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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