Html Css Color HEX #815FAD Deluge

📋 copy color: '#815FAD'

red 129 ◦ green 95 ◦ blue 173

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

Shades of Deluge #815FAD

Tints of Deluge #815FAD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.93%

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

R = 32.49%
G = 23.93%
B = 43.58%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#815FAD (or 0x815FAD) is known color: Deluge. HEX triplet: 81, 5F and AD. RGB value is (129,95,173). Sum of RGB (Red+Green+Blue) = 129+95+173=397 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.49% from 397); Green value is 95 (37.5% from 255 or 23.93% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 173 - color contains mainly: blue. Hex color #815FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815FAD is #7EA052. Grayscale: #717171. Windows color (decimal): -8298579 or 11362177. OLE color: 11362177.

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

Color convert

RGB 129 95 173 -
CMYK 0.25 0.45 0 0.32
HSL 266.15º 0.32% 0.53% -
HSV(B) 266.15º 0.45% 0.68% -
XYZ 20.69 15.87 41.51 -
YUV 114.06 161.26 138.66 -
System Red Green Blue C M Y K H S L
Decimal 129 95 173 0.25 0.45 0 0.32 266.15 0.32 0.53
Hex 81 5F AD 19 2D 0 20 10A 20 35
Octal 201 137 255 31 55 0 40 412 40 65
Binary 10000001 1011111 10101101 11001 101101 0 100000 100001010 100000 110101

Color Harmonies of #815FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815FAD

Black with #815FAD

Text Example


Text Example

White with #815FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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