Html Css Color HEX #84689F Deluge

📋 copy color: '#84689F'

red 132 ◦ green 104 ◦ blue 159

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

Shades of Deluge #84689F

Tints of Deluge #84689F

RGB

 RED value IS 132 (51.95% from 255) = 33.42%

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

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

R = 33.42%
G = 26.33%
B = 40.25%

CMYK

 C value IS 0.17

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#84689F (or 0x84689F) is known color: Deluge. HEX triplet: 84, 68 and 9F. RGB value is (132,104,159). Sum of RGB (Red+Green+Blue) = 132+104+159=395 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.42% from 395); Green value is 104 (41.02% from 255 or 26.33% from 395); Blue value is 159 (62.5% from 255 or 40.25% from 395); Max value from RGB is 159 - color contains mainly: blue. Hex color #84689F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84689F is #7B9760. Grayscale: #767676. Windows color (decimal): -8099681 or 10446980. OLE color: 10446980.

HSL color Cylindrical-coordinate representation of color #84689F: hue angle of 270.55º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84689F is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 132 104 159 -
CMYK 0.17 0.35 0 0.38
HSL 270.55º 0.22% 0.52% -
HSV(B) 270.55º 0.35% 0.62% -
XYZ 20.72 17.31 35.05 -
YUV 118.64 150.78 137.53 -
System Red Green Blue C M Y K H S L
Decimal 132 104 159 0.17 0.35 0 0.38 270.55 0.22 0.52
Hex 84 68 9F 11 23 0 26 10F 16 34
Octal 204 150 237 21 43 0 46 417 26 64
Binary 10000100 1101000 10011111 10001 100011 0 100110 100001111 10110 110100

Color Harmonies of #84689F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84689F

Black with #84689F

Text Example


Text Example

White with #84689F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,104,159); }

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

background-color css

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

 a { background-color: rgb(132,104,159); }

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

border-color css

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

 span { border-color: rgb(132,104,159); }

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