Html Css Color HEX #81639C Deluge

📋 copy color: '#81639C'

red 129 ◦ green 99 ◦ blue 156

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

Shades of Deluge #81639C

Tints of Deluge #81639C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.63%

R = 33.59%
G = 25.78%
B = 40.63%

CMYK

 C value IS 0.17

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#81639C (or 0x81639C) is known color: Deluge. HEX triplet: 81, 63 and 9C. RGB value is (129,99,156). Sum of RGB (Red+Green+Blue) = 129+99+156=384 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.59% from 384); Green value is 99 (39.06% from 255 or 25.78% from 384); Blue value is 156 (61.33% from 255 or 40.62% from 384); Max value from RGB is 156 - color contains mainly: blue. Hex color #81639C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81639C is #7E9C63. Grayscale: #727272. Windows color (decimal): -8297572 or 10249089. OLE color: 10249089.

HSL color Cylindrical-coordinate representation of color #81639C: hue angle of 271.58º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #81639C is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 129 99 156 -
CMYK 0.17 0.37 0 0.39
HSL 271.58º 0.22% 0.5% -
HSV(B) 271.58º 0.37% 0.61% -
XYZ 19.52 15.99 33.51 -
YUV 114.47 151.44 138.37 -
System Red Green Blue C M Y K H S L
Decimal 129 99 156 0.17 0.37 0 0.39 271.58 0.22 0.5
Hex 81 63 9C 11 25 0 27 110 16 32
Octal 201 143 234 21 45 0 47 420 26 62
Binary 10000001 1100011 10011100 10001 100101 0 100111 100010000 10110 110010

Color Harmonies of #81639C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81639C

Black with #81639C

Text Example


Text Example

White with #81639C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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