Html Css Color HEX #84649D Ce Soir

📋 copy color: '#84649D'

red 132 ◦ green 100 ◦ blue 157

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

Shades of Ce Soir #84649D

Tints of Ce Soir #84649D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.71%

 BLUE value IS 157 (61.72% from 255) = 40.36%

R = 33.93%
G = 25.71%
B = 40.36%

CMYK

 C value IS 0.16

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#84649D (or 0x84649D) is known color: Ce Soir. HEX triplet: 84, 64 and 9D. RGB value is (132,100,157). Sum of RGB (Red+Green+Blue) = 132+100+157=389 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.93% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 157 (61.72% from 255 or 40.36% from 389); Max value from RGB is 157 - color contains mainly: blue. Hex color #84649D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84649D is #7B9B62. Grayscale: #737373. Windows color (decimal): -8100707 or 10314884. OLE color: 10314884.

HSL color Cylindrical-coordinate representation of color #84649D: hue angle of 273.68º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84649D is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 132 100 157 -
CMYK 0.16 0.36 0 0.38
HSL 273.68º 0.23% 0.5% -
HSV(B) 273.68º 0.36% 0.62% -
XYZ 20.16 16.45 34.01 -
YUV 116.07 151.1 139.37 -
System Red Green Blue C M Y K H S L
Decimal 132 100 157 0.16 0.36 0 0.38 273.68 0.23 0.5
Hex 84 64 9D 10 24 0 26 112 17 32
Octal 204 144 235 20 44 0 46 422 27 62
Binary 10000100 1100100 10011101 10000 100100 0 100110 100010010 10111 110010

Color Harmonies of #84649D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84649D

Black with #84649D

Text Example


Text Example

White with #84649D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84649D; }

 p { color: rgb(132,100,157); }

 H1.HeaderClassName
 {
   color: #84649D;
 }
 .AnyTagClassName
 {
   color: #84649D;
 }
</style>

background-color css

<style>
 a { background-color: #84649D; }

 a { background-color: rgb(132,100,157); }

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

border-color css

<style>
 span { border-color: #84649D; }

 span { border-color: rgb(132,100,157); }

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