Html Css Color HEX #815DAF Deluge

📋 copy color: '#815DAF'

red 129 ◦ green 93 ◦ blue 175

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

Shades of Deluge #815DAF

Tints of Deluge #815DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.08%

R = 32.49%
G = 23.43%
B = 44.08%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#815DAF (or 0x815DAF) is known color: Deluge. HEX triplet: 81, 5D and AF. RGB value is (129,93,175). Sum of RGB (Red+Green+Blue) = 129+93+175=397 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.49% from 397); Green value is 93 (36.72% from 255 or 23.43% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 175 - color contains mainly: blue. Hex color #815DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815DAF is #7EA250. Grayscale: #707070. Windows color (decimal): -8299089 or 11492737. OLE color: 11492737.

HSL color Cylindrical-coordinate representation of color #815DAF: hue angle of 266.34º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #815DAF is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 129 93 175 -
CMYK 0.26 0.47 0 0.31
HSL 266.34º 0.34% 0.53% -
HSV(B) 266.34º 0.47% 0.69% -
XYZ 20.71 15.59 42.48 -
YUV 113.11 162.93 139.33 -
System Red Green Blue C M Y K H S L
Decimal 129 93 175 0.26 0.47 0 0.31 266.34 0.34 0.53
Hex 81 5D AF 1A 2F 0 1F 10A 22 35
Octal 201 135 257 32 57 0 37 412 42 65
Binary 10000001 1011101 10101111 11010 101111 0 11111 100001010 100010 110101

Color Harmonies of #815DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815DAF

Black with #815DAF

Text Example


Text Example

White with #815DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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