Html Css Color HEX #846FA3 Deluge

📋 copy color: '#846FA3'

red 132 ◦ green 111 ◦ blue 163

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

Shades of Deluge #846FA3

Tints of Deluge #846FA3

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.34%

 BLUE value IS 163 (64.06% from 255) = 40.15%

R = 32.51%
G = 27.34%
B = 40.15%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#846FA3 (or 0x846FA3) is known color: Deluge. HEX triplet: 84, 6F and A3. RGB value is (132,111,163). Sum of RGB (Red+Green+Blue) = 132+111+163=406 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.51% from 406); Green value is 111 (43.75% from 255 or 27.34% from 406); Blue value is 163 (64.06% from 255 or 40.15% from 406); Max value from RGB is 163 - color contains mainly: blue. Hex color #846FA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846FA3 is #7B905C. Grayscale: #7B7B7B. Windows color (decimal): -8097885 or 10710916. OLE color: 10710916.

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

Color convert

RGB 132 111 163 -
CMYK 0.19 0.32 0 0.36
HSL 264.23º 0.22% 0.54% -
HSV(B) 264.23º 0.32% 0.64% -
XYZ 21.81 18.92 37.15 -
YUV 123.21 150.46 134.27 -
System Red Green Blue C M Y K H S L
Decimal 132 111 163 0.19 0.32 0 0.36 264.23 0.22 0.54
Hex 84 6F A3 13 20 0 24 108 16 36
Octal 204 157 243 23 40 0 44 410 26 66
Binary 10000100 1101111 10100011 10011 100000 0 100100 100001000 10110 110110

Color Harmonies of #846FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846FA3

Black with #846FA3

Text Example


Text Example

White with #846FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,111,163); }

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

background-color css

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

 a { background-color: rgb(132,111,163); }

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

border-color css

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

 span { border-color: rgb(132,111,163); }

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