Html Css Color HEX #81689B Deluge

📋 copy color: '#81689B'

red 129 ◦ green 104 ◦ blue 155

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

Shades of Deluge #81689B

Tints of Deluge #81689B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.8%

 BLUE value IS 155 (60.94% from 255) = 39.95%

R = 33.25%
G = 26.8%
B = 39.95%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#81689B (or 0x81689B) is known color: Deluge. HEX triplet: 81, 68 and 9B. RGB value is (129,104,155). Sum of RGB (Red+Green+Blue) = 129+104+155=388 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.25% from 388); Green value is 104 (41.02% from 255 or 26.80% from 388); Blue value is 155 (60.94% from 255 or 39.95% from 388); Max value from RGB is 155 - color contains mainly: blue. Hex color #81689B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81689B is #7E9764. Grayscale: #757575. Windows color (decimal): -8296293 or 10184833. OLE color: 10184833.

HSL color Cylindrical-coordinate representation of color #81689B: hue angle of 269.41º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #81689B is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 129 104 155 -
CMYK 0.17 0.33 0 0.39
HSL 269.41º 0.2% 0.51% -
HSV(B) 269.41º 0.33% 0.61% -
XYZ 19.92 16.93 33.23 -
YUV 117.29 149.28 136.35 -
System Red Green Blue C M Y K H S L
Decimal 129 104 155 0.17 0.33 0 0.39 269.41 0.2 0.51
Hex 81 68 9B 11 21 0 27 10D 14 33
Octal 201 150 233 21 41 0 47 415 24 63
Binary 10000001 1101000 10011011 10001 100001 0 100111 100001101 10100 110011

Color Harmonies of #81689B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81689B

Black with #81689B

Text Example


Text Example

White with #81689B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81689B; }

 p { color: rgb(129,104,155); }

 H1.HeaderClassName
 {
   color: #81689B;
 }
 .AnyTagClassName
 {
   color: #81689B;
 }
</style>

background-color css

<style>
 a { background-color: #81689B; }

 a { background-color: rgb(129,104,155); }

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

border-color css

<style>
 span { border-color: #81689B; }

 span { border-color: rgb(129,104,155); }

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