Html Css Color HEX #846AA2 Deluge

📋 copy color: '#846AA2'

red 132 ◦ green 106 ◦ blue 162

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

Shades of Deluge #846AA2

Tints of Deluge #846AA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 40.5%

R = 33%
G = 26.5%
B = 40.5%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#846AA2 (or 0x846AA2) is known color: Deluge. HEX triplet: 84, 6A and A2. RGB value is (132,106,162). Sum of RGB (Red+Green+Blue) = 132+106+162=400 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33% from 400); Green value is 106 (41.80% from 255 or 26.5% from 400); Blue value is 162 (63.67% from 255 or 40.5% from 400); Max value from RGB is 162 - color contains mainly: blue. Hex color #846AA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846AA2 is #7B955D. Grayscale: #777777. Windows color (decimal): -8099166 or 10644100. OLE color: 10644100.

HSL color Cylindrical-coordinate representation of color #846AA2: hue angle of 267.86º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #846AA2 is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 132 106 162 -
CMYK 0.19 0.35 0 0.36
HSL 267.86º 0.23% 0.53% -
HSV(B) 267.86º 0.35% 0.64% -
XYZ 21.19 17.82 36.51 -
YUV 120.16 151.61 136.45 -
System Red Green Blue C M Y K H S L
Decimal 132 106 162 0.19 0.35 0 0.36 267.86 0.23 0.53
Hex 84 6A A2 13 23 0 24 10C 17 35
Octal 204 152 242 23 43 0 44 414 27 65
Binary 10000100 1101010 10100010 10011 100011 0 100100 100001100 10111 110101

Color Harmonies of #846AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846AA2

Black with #846AA2

Text Example


Text Example

White with #846AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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