Html Css Color HEX #815DAA Deluge

📋 copy color: '#815DAA'

red 129 ◦ green 93 ◦ blue 170

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

Shades of Deluge #815DAA

Tints of Deluge #815DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 43.37%

R = 32.91%
G = 23.72%
B = 43.37%

CMYK

 C value IS 0.24

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#815DAA (or 0x815DAA) is known color: Deluge. HEX triplet: 81, 5D and AA. RGB value is (129,93,170). Sum of RGB (Red+Green+Blue) = 129+93+170=392 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.91% from 392); Green value is 93 (36.72% from 255 or 23.72% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 170 - color contains mainly: blue. Hex color #815DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815DAA is #7EA255. Grayscale: #707070. Windows color (decimal): -8299094 or 11165057. OLE color: 11165057.

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

Color convert

RGB 129 93 170 -
CMYK 0.24 0.45 0 0.33
HSL 268.05º 0.31% 0.52% -
HSV(B) 268.05º 0.45% 0.67% -
XYZ 20.22 15.4 39.94 -
YUV 112.54 160.43 139.74 -
System Red Green Blue C M Y K H S L
Decimal 129 93 170 0.24 0.45 0 0.33 268.05 0.31 0.52
Hex 81 5D AA 18 2D 0 21 10C 1F 34
Octal 201 135 252 30 55 0 41 414 37 64
Binary 10000001 1011101 10101010 11000 101101 0 100001 100001100 11111 110100

Color Harmonies of #815DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815DAA

Black with #815DAA

Text Example


Text Example

White with #815DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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