Html Css Color HEX #815EAB Deluge

📋 copy color: '#815EAB'

red 129 ◦ green 94 ◦ blue 171

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

Shades of Deluge #815EAB

Tints of Deluge #815EAB

RGB

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

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

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

R = 32.74%
G = 23.86%
B = 43.4%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#815EAB (or 0x815EAB) is known color: Deluge. HEX triplet: 81, 5E and AB. RGB value is (129,94,171). Sum of RGB (Red+Green+Blue) = 129+94+171=394 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.74% from 394); Green value is 94 (37.11% from 255 or 23.86% 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 #815EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815EAB is #7EA154. Grayscale: #707070. Windows color (decimal): -8298837 or 11230849. OLE color: 11230849.

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

Color convert

RGB 129 94 171 -
CMYK 0.25 0.45 0 0.33
HSL 267.27º 0.31% 0.52% -
HSV(B) 267.27º 0.45% 0.67% -
XYZ 20.41 15.61 40.47 -
YUV 113.24 160.6 139.24 -
System Red Green Blue C M Y K H S L
Decimal 129 94 171 0.25 0.45 0 0.33 267.27 0.31 0.52
Hex 81 5E AB 19 2D 0 21 10B 1F 34
Octal 201 136 253 31 55 0 41 413 37 64
Binary 10000001 1011110 10101011 11001 101101 0 100001 100001011 11111 110100

Color Harmonies of #815EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815EAB

Black with #815EAB

Text Example


Text Example

White with #815EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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