Html Css Color HEX #815FAA Deluge

📋 copy color: '#815FAA'

red 129 ◦ green 95 ◦ blue 170

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

Shades of Deluge #815FAA

Tints of Deluge #815FAA

RGB

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

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

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

R = 32.74%
G = 24.11%
B = 43.15%

CMYK

 C value IS 0.24

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#815FAA (or 0x815FAA) is known color: Deluge. HEX triplet: 81, 5F and AA. RGB value is (129,95,170). Sum of RGB (Red+Green+Blue) = 129+95+170=394 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.74% from 394); Green value is 95 (37.5% from 255 or 24.11% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 170 - color contains mainly: blue. Hex color #815FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815FAA is #7EA055. Grayscale: #717171. Windows color (decimal): -8298582 or 11165569. OLE color: 11165569.

HSL color Cylindrical-coordinate representation of color #815FAA: hue angle of 267.2º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #815FAA is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 129 95 170 -
CMYK 0.24 0.44 0 0.33
HSL 267.2º 0.31% 0.52% -
HSV(B) 267.2º 0.44% 0.67% -
XYZ 20.4 15.75 40 -
YUV 113.72 159.76 138.9 -
System Red Green Blue C M Y K H S L
Decimal 129 95 170 0.24 0.44 0 0.33 267.2 0.31 0.52
Hex 81 5F AA 18 2C 0 21 10B 1F 34
Octal 201 137 252 30 54 0 41 413 37 64
Binary 10000001 1011111 10101010 11000 101100 0 100001 100001011 11111 110100

Color Harmonies of #815FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815FAA

Black with #815FAA

Text Example


Text Example

White with #815FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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