Html Css Color HEX #81629E Deluge

📋 copy color: '#81629E'

red 129 ◦ green 98 ◦ blue 158

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

Shades of Deluge #81629E

Tints of Deluge #81629E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 41.04%

R = 33.51%
G = 25.45%
B = 41.04%

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

#81629E (or 0x81629E) is known color: Deluge. HEX triplet: 81, 62 and 9E. RGB value is (129,98,158). Sum of RGB (Red+Green+Blue) = 129+98+158=385 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.51% from 385); Green value is 98 (38.67% from 255 or 25.45% from 385); Blue value is 158 (62.11% from 255 or 41.04% from 385); Max value from RGB is 158 - color contains mainly: blue. Hex color #81629E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81629E is #7E9D61. Grayscale: #717171. Windows color (decimal): -8297826 or 10379905. OLE color: 10379905.

HSL color Cylindrical-coordinate representation of color #81629E: hue angle of 271º degrees, saturation: 0.24, 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 #81629E is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 129 98 158 -
CMYK 0.18 0.38 0 0.38
HSL 271º 0.24% 0.5% -
HSV(B) 271º 0.38% 0.62% -
XYZ 19.59 15.87 34.38 -
YUV 114.11 152.77 138.62 -
System Red Green Blue C M Y K H S L
Decimal 129 98 158 0.18 0.38 0 0.38 271 0.24 0.5
Hex 81 62 9E 12 26 0 26 10F 18 32
Octal 201 142 236 22 46 0 46 417 30 62
Binary 10000001 1100010 10011110 10010 100110 0 100110 100001111 11000 110010

Color Harmonies of #81629E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81629E

Black with #81629E

Text Example


Text Example

White with #81629E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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