Html Css Color HEX #815FA6 Deluge

📋 copy color: '#815FA6'

red 129 ◦ green 95 ◦ blue 166

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

Shades of Deluge #815FA6

Tints of Deluge #815FA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 42.56%

R = 33.08%
G = 24.36%
B = 42.56%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#815FA6 (or 0x815FA6) is known color: Deluge. HEX triplet: 81, 5F and A6. RGB value is (129,95,166). Sum of RGB (Red+Green+Blue) = 129+95+166=390 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.08% from 390); Green value is 95 (37.5% from 255 or 24.36% from 390); Blue value is 166 (65.23% from 255 or 42.56% from 390); Max value from RGB is 166 - color contains mainly: blue. Hex color #815FA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815FA6 is #7EA059. Grayscale: #717171. Windows color (decimal): -8298586 or 10903425. OLE color: 10903425.

HSL color Cylindrical-coordinate representation of color #815FA6: hue angle of 268.73º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #815FA6 is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 129 95 166 -
CMYK 0.22 0.43 0 0.35
HSL 268.73º 0.29% 0.51% -
HSV(B) 268.73º 0.43% 0.65% -
XYZ 20.03 15.6 38.03 -
YUV 113.26 157.76 139.23 -
System Red Green Blue C M Y K H S L
Decimal 129 95 166 0.22 0.43 0 0.35 268.73 0.29 0.51
Hex 81 5F A6 16 2B 0 23 10D 1D 33
Octal 201 137 246 26 53 0 43 415 35 63
Binary 10000001 1011111 10100110 10110 101011 0 100011 100001101 11101 110011

Color Harmonies of #815FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815FA6

Black with #815FA6

Text Example


Text Example

White with #815FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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