Html Css Color HEX #81649D Deluge

📋 copy color: '#81649D'

red 129 ◦ green 100 ◦ blue 157

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

Shades of Deluge #81649D

Tints of Deluge #81649D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.91%

 BLUE value IS 157 (61.72% from 255) = 40.67%

R = 33.42%
G = 25.91%
B = 40.67%

CMYK

 C value IS 0.18

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#81649D (or 0x81649D) is known color: Deluge. HEX triplet: 81, 64 and 9D. RGB value is (129,100,157). Sum of RGB (Red+Green+Blue) = 129+100+157=386 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.42% from 386); Green value is 100 (39.45% from 255 or 25.91% from 386); Blue value is 157 (61.72% from 255 or 40.67% from 386); Max value from RGB is 157 - color contains mainly: blue. Hex color #81649D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81649D is #7E9B62. Grayscale: #727272. Windows color (decimal): -8297315 or 10314881. OLE color: 10314881.

HSL color Cylindrical-coordinate representation of color #81649D: hue angle of 270.53º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #81649D is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 129 100 157 -
CMYK 0.18 0.36 0 0.38
HSL 270.53º 0.23% 0.5% -
HSV(B) 270.53º 0.36% 0.62% -
XYZ 19.7 16.22 33.99 -
YUV 115.17 151.61 137.87 -
System Red Green Blue C M Y K H S L
Decimal 129 100 157 0.18 0.36 0 0.38 270.53 0.23 0.5
Hex 81 64 9D 12 24 0 26 10F 17 32
Octal 201 144 235 22 44 0 46 417 27 62
Binary 10000001 1100100 10011101 10010 100100 0 100110 100001111 10111 110010

Color Harmonies of #81649D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81649D

Black with #81649D

Text Example


Text Example

White with #81649D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81649D; }

 p { color: rgb(129,100,157); }

 H1.HeaderClassName
 {
   color: #81649D;
 }
 .AnyTagClassName
 {
   color: #81649D;
 }
</style>

background-color css

<style>
 a { background-color: #81649D; }

 a { background-color: rgb(129,100,157); }

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

border-color css

<style>
 span { border-color: #81649D; }

 span { border-color: rgb(129,100,157); }

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