Html Css Color HEX #81699B Deluge

📋 copy color: '#81699B'

red 129 ◦ green 105 ◦ blue 155

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

Shades of Deluge #81699B

Tints of Deluge #81699B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.99%

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

R = 33.16%
G = 26.99%
B = 39.85%

CMYK

 C value IS 0.17

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#81699B (or 0x81699B) is known color: Deluge. HEX triplet: 81, 69 and 9B. RGB value is (129,105,155). Sum of RGB (Red+Green+Blue) = 129+105+155=389 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.16% from 389); Green value is 105 (41.41% from 255 or 26.99% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 155 - color contains mainly: blue. Hex color #81699B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81699B is #7E9664. Grayscale: #757575. Windows color (decimal): -8296037 or 10185089. OLE color: 10185089.

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

Color convert

RGB 129 105 155 -
CMYK 0.17 0.32 0 0.39
HSL 268.8º 0.2% 0.51% -
HSV(B) 268.8º 0.32% 0.61% -
XYZ 20.02 17.14 33.26 -
YUV 117.88 148.95 135.93 -
System Red Green Blue C M Y K H S L
Decimal 129 105 155 0.17 0.32 0 0.39 268.8 0.2 0.51
Hex 81 69 9B 11 20 0 27 10D 14 33
Octal 201 151 233 21 40 0 47 415 24 63
Binary 10000001 1101001 10011011 10001 100000 0 100111 100001101 10100 110011

Color Harmonies of #81699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81699B

Black with #81699B

Text Example


Text Example

White with #81699B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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