Html Css Color HEX #81629D Deluge

📋 copy color: '#81629D'

red 129 ◦ green 98 ◦ blue 157

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

Shades of Deluge #81629D

Tints of Deluge #81629D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.52%

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

R = 33.59%
G = 25.52%
B = 40.89%

CMYK

 C value IS 0.18

 M value IS 0.38

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#81629D (or 0x81629D) is known color: Deluge. HEX triplet: 81, 62 and 9D. RGB value is (129,98,157). Sum of RGB (Red+Green+Blue) = 129+98+157=384 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.59% from 384); Green value is 98 (38.67% from 255 or 25.52% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 157 - color contains mainly: blue. Hex color #81629D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81629D is #7E9D62. Grayscale: #717171. Windows color (decimal): -8297827 or 10314369. OLE color: 10314369.

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

Color convert

RGB 129 98 157 -
CMYK 0.18 0.38 0 0.38
HSL 271.53º 0.23% 0.5% -
HSV(B) 271.53º 0.38% 0.62% -
XYZ 19.51 15.84 33.93 -
YUV 114 152.27 138.7 -
System Red Green Blue C M Y K H S L
Decimal 129 98 157 0.18 0.38 0 0.38 271.53 0.23 0.5
Hex 81 62 9D 12 26 0 26 110 17 32
Octal 201 142 235 22 46 0 46 420 27 62
Binary 10000001 1100010 10011101 10010 100110 0 100110 100010000 10111 110010

Color Harmonies of #81629D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81629D

Black with #81629D

Text Example


Text Example

White with #81629D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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