Html Css Color HEX #81639F Deluge

📋 copy color: '#81639F'

red 129 ◦ green 99 ◦ blue 159

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

Shades of Deluge #81639F

Tints of Deluge #81639F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.58%

 BLUE value IS 159 (62.5% from 255) = 41.09%

R = 33.33%
G = 25.58%
B = 41.09%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#81639F (or 0x81639F) is known color: Deluge. HEX triplet: 81, 63 and 9F. RGB value is (129,99,159). Sum of RGB (Red+Green+Blue) = 129+99+159=387 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.33% from 387); Green value is 99 (39.06% from 255 or 25.58% from 387); Blue value is 159 (62.5% from 255 or 41.09% from 387); Max value from RGB is 159 - color contains mainly: blue. Hex color #81639F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81639F is #7E9C60. Grayscale: #727272. Windows color (decimal): -8297569 or 10445697. OLE color: 10445697.

HSL color Cylindrical-coordinate representation of color #81639F: hue angle of 270º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #81639F is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 129 99 159 -
CMYK 0.19 0.38 0 0.38
HSL 270º 0.24% 0.51% -
HSV(B) 270º 0.38% 0.62% -
XYZ 19.77 16.09 34.87 -
YUV 114.81 152.94 138.12 -
System Red Green Blue C M Y K H S L
Decimal 129 99 159 0.19 0.38 0 0.38 270 0.24 0.51
Hex 81 63 9F 13 26 0 26 10E 18 33
Octal 201 143 237 23 46 0 46 416 30 63
Binary 10000001 1100011 10011111 10011 100110 0 100110 100001110 11000 110011

Color Harmonies of #81639F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81639F

Black with #81639F

Text Example


Text Example

White with #81639F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81639F; }

 p { color: rgb(129,99,159); }

 H1.HeaderClassName
 {
   color: #81639F;
 }
 .AnyTagClassName
 {
   color: #81639F;
 }
</style>

background-color css

<style>
 a { background-color: #81639F; }

 a { background-color: rgb(129,99,159); }

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

border-color css

<style>
 span { border-color: #81639F; }

 span { border-color: rgb(129,99,159); }

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