Html Css Color HEX #846AAA Deluge

📋 copy color: '#846AAA'

red 132 ◦ green 106 ◦ blue 170

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

Shades of Deluge #846AAA

Tints of Deluge #846AAA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.98%

 BLUE value IS 170 (66.8% from 255) = 41.67%

R = 32.35%
G = 25.98%
B = 41.67%

CMYK

 C value IS 0.22

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#846AAA (or 0x846AAA) is known color: Deluge. HEX triplet: 84, 6A and AA. RGB value is (132,106,170). Sum of RGB (Red+Green+Blue) = 132+106+170=408 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.35% from 408); Green value is 106 (41.80% from 255 or 25.98% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 170 - color contains mainly: blue. Hex color #846AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846AAA is #7B9555. Grayscale: #787878. Windows color (decimal): -8099158 or 11168388. OLE color: 11168388.

HSL color Cylindrical-coordinate representation of color #846AAA: hue angle of 264.38º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #846AAA is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 132 106 170 -
CMYK 0.22 0.38 0 0.33
HSL 264.38º 0.27% 0.54% -
HSV(B) 264.38º 0.38% 0.67% -
XYZ 21.93 18.12 40.37 -
YUV 121.07 155.61 135.8 -
System Red Green Blue C M Y K H S L
Decimal 132 106 170 0.22 0.38 0 0.33 264.38 0.27 0.54
Hex 84 6A AA 16 26 0 21 108 1B 36
Octal 204 152 252 26 46 0 41 410 33 66
Binary 10000100 1101010 10101010 10110 100110 0 100001 100001000 11011 110110

Color Harmonies of #846AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846AAA

Black with #846AAA

Text Example


Text Example

White with #846AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846AAA; }

 p { color: rgb(132,106,170); }

 H1.HeaderClassName
 {
   color: #846AAA;
 }
 .AnyTagClassName
 {
   color: #846AAA;
 }
</style>

background-color css

<style>
 a { background-color: #846AAA; }

 a { background-color: rgb(132,106,170); }

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

border-color css

<style>
 span { border-color: #846AAA; }

 span { border-color: rgb(132,106,170); }

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