Html Css Color HEX #815DAD Deluge

📋 copy color: '#815DAD'

red 129 ◦ green 93 ◦ blue 173

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

Shades of Deluge #815DAD

Tints of Deluge #815DAD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.54%

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

R = 32.66%
G = 23.54%
B = 43.8%

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

#815DAD (or 0x815DAD) is known color: Deluge. HEX triplet: 81, 5D and AD. RGB value is (129,93,173). Sum of RGB (Red+Green+Blue) = 129+93+173=395 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.66% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 173 - color contains mainly: blue. Hex color #815DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815DAD is #7EA252. Grayscale: #707070. Windows color (decimal): -8299091 or 11361665. OLE color: 11361665.

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

Color convert

RGB 129 93 173 -
CMYK 0.25 0.46 0 0.32
HSL 267º 0.33% 0.52% -
HSV(B) 267º 0.46% 0.68% -
XYZ 20.51 15.51 41.45 -
YUV 112.88 161.93 139.5 -
System Red Green Blue C M Y K H S L
Decimal 129 93 173 0.25 0.46 0 0.32 267 0.33 0.52
Hex 81 5D AD 19 2E 0 20 10B 21 34
Octal 201 135 255 31 56 0 40 413 41 64
Binary 10000001 1011101 10101101 11001 101110 0 100000 100001011 100001 110100

Color Harmonies of #815DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815DAD

Black with #815DAD

Text Example


Text Example

White with #815DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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