Html Css Color HEX #815EAC Deluge

📋 copy color: '#815EAC'

red 129 ◦ green 94 ◦ blue 172

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

Shades of Deluge #815EAC

Tints of Deluge #815EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.54%

R = 32.66%
G = 23.8%
B = 43.54%

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

#815EAC (or 0x815EAC) is known color: Deluge. HEX triplet: 81, 5E and AC. RGB value is (129,94,172). Sum of RGB (Red+Green+Blue) = 129+94+172=395 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.66% from 395); Green value is 94 (37.11% from 255 or 23.80% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 172 - color contains mainly: blue. Hex color #815EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815EAC is #7EA153. Grayscale: #717171. Windows color (decimal): -8298836 or 11296385. OLE color: 11296385.

HSL color Cylindrical-coordinate representation of color #815EAC: hue angle of 266.92º degrees, saturation: 0.32, 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 #815EAC is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 129 94 172 -
CMYK 0.25 0.45 0 0.33
HSL 266.92º 0.32% 0.52% -
HSV(B) 266.92º 0.45% 0.67% -
XYZ 20.5 15.65 40.97 -
YUV 113.36 161.1 139.16 -
System Red Green Blue C M Y K H S L
Decimal 129 94 172 0.25 0.45 0 0.33 266.92 0.32 0.52
Hex 81 5E AC 19 2D 0 21 10B 20 34
Octal 201 136 254 31 55 0 41 413 40 64
Binary 10000001 1011110 10101100 11001 101101 0 100001 100001011 100000 110100

Color Harmonies of #815EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815EAC

Black with #815EAC

Text Example


Text Example

White with #815EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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